#6F0CB4

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

Shades of Purple Heart #6F0CB4

Tints of Purple Heart #6F0CB4

Color information

#6F0CB4 (or 0x6F0CB4) is unknown color: approx Purple Heart. HEX triplet: 6F, 0C and B4. RGB value is (111,12,180). Sum of RGB (Red+Green+Blue) = 111+12+180=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 180 (70.70% from 255 or 59.41% from 303); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F0CB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CB4 is #90F34B. Grayscale: #3C3C3C. Windows color (decimal): -9499468 or 11799663. OLE color: 11799663.

HSL color Cylindrical-coordinate representation of color #6F0CB4: hue angle of 275.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0CB4 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11112180-
CMYK0.380.9300.29
HSL275.36º87.5%37.65%-
HSV(B)275.36º93.33%70.59%-
XYZ14.936.9443.73-
YUV60.75195.3163.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 12 (5.08% from 255) = 3.96%
BLUE value IS 180 (70.70% from 255) = 59.41%
R=36.63%
G=3.96%
B=59.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111121800.380.9300.29275.3687.537.65
Hex6FCB4265D01D1135826
Octal157142644613503542313046
Binary110111111001011010010011010111010111011000100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,12,180); }

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

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

 a { background-color: rgb(111,12,180); }

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

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

 span { border-color: rgb(111,12,180); }

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