#6F0CAE

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

Shades of Purple Heart #6F0CAE

Tints of Purple Heart #6F0CAE

Color information

#6F0CAE (or 0x6F0CAE) is unknown color: approx Purple Heart. HEX triplet: 6F, 0C and AE. RGB value is (111,12,174). Sum of RGB (Red+Green+Blue) = 111+12+174=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0CAE is #90F351. Grayscale: #3B3B3B. Windows color (decimal): -9499474 or 11406447. OLE color: 11406447.

HSL color Cylindrical-coordinate representation of color #6F0CAE: hue angle of 276.67º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0CAE is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11112174-
CMYK0.360.9300.32
HSL276.67º87.1%36.47%-
HSV(B)276.67º93.1%68.24%-
XYZ14.336.740.58-
YUV60.07192.3164.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=37.37%
G=4.04%
B=58.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111121740.360.9300.32276.6787.136.47
Hex6FCAE245D0201155724
Octal157142564413504042512744
Binary1101111110010101110100100101110101000001000101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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