#6F0FB7

Color #6F0FB7 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6F0FB7

Tints of Purple Heart #6F0FB7

Color information

#6F0FB7 (or 0x6F0FB7) is unknown color: approx Purple Heart. HEX triplet: 6F, 0F and B7. RGB value is (111,15,183). Sum of RGB (Red+Green+Blue) = 111+15+183=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F0FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0FB7 is #90F048. Grayscale: #3E3E3E. Windows color (decimal): -9498697 or 11997039. OLE color: 11997039.

HSL color Cylindrical-coordinate representation of color #6F0FB7: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0FB7 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11115183-
CMYK0.390.9200.28
HSL274.29º84.85%38.82%-
HSV(B)274.29º91.8%71.76%-
XYZ15.277.1445.37-
YUV62.86195.8162.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 183 (71.88% from 255) = 59.22%
R=35.92%
G=4.85%
B=59.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal111151830.390.9200.28274.2984.8538.82
Hex6FFB7275C01C1125527
Octal157172674713403442212547
Binary110111111111011011110011110111000111001000100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F0FB7; }

 p { color: rgb(111,15,183); }

 H1.HeaderClassName
 {
   color: #6F0FB7;
 }
 .AnyTagClassName
 {
   color: #6F0FB7;
 }
</style>
background-color css

<style>
 a { background-color: #6F0FB7; }

 a { background-color: rgb(111,15,183); }

 div.DivClassName
 {
   background-color: #6F0FB7;
 }
 .BgClassName
 {
   background-color: #6F0FB7;
 }
</style>
border-color css

<style>
 span { border-color: #6F0FB7; }

 span { border-color: rgb(111,15,183); }

 td.TdClassName
 {
   border-color: #6F0FB7;
 }
 .TagClassName
 {
   border-color: #6F0FB7;
 }
</style>