Shades of Purple Heart #6F0CAC
Tints of Purple Heart #6F0CAC
RGB
CMYK
RGB Variations
Color information
#6F0CAC (or 0x6F0CAC) is known color: Purple Heart. HEX triplet: 6F, 0C and AC. RGB value is (111,12,172). Sum of RGB (Red+Green+Blue) = 111+12+172=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0CAC is #90F353. Grayscale: #3B3B3B. Windows color (decimal): -9499476 or 11275375. OLE color: 11275375.
HSL color Cylindrical-coordinate representation of color #6F0CAC: hue angle of 277.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0CAC is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 12 | 172 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.33 |
| HSL | 277.13º | 0.87% | 0.36% | - |
| HSV(B) | 277.13º | 0.93% | 0.67% | - |
| XYZ | 14.13 | 6.62 | 39.56 | - |
| YUV | 59.84 | 191.3 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 172 | 0.35 | 0.93 | 0 | 0.33 | 277.13 | 0.87 | 0.36 |
| Hex | 6F | C | AC | 23 | 5D | 0 | 21 | 115 | 57 | 24 |
| Octal | 157 | 14 | 254 | 43 | 135 | 0 | 41 | 425 | 127 | 44 |
| Binary | 1101111 | 1100 | 10101100 | 100011 | 1011101 | 0 | 100001 | 100010101 | 1010111 | 100100 |
Color Harmonies of #6F0CAC
Complementary color
Monochromatic Colors of #6F0CAC
Black with #6F0CAC
Text Example
Text Example
White with #6F0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CAC; }
p { color: rgb(111,12,172); }
H1.HeaderClassName
{
color: #6F0CAC;
}
.AnyTagClassName
{
color: #6F0CAC;
}
</style>
background-color css
<style>
a { background-color: #6F0CAC; }
a { background-color: rgb(111,12,172); }
div.DivClassName
{
background-color: #6F0CAC;
}
.BgClassName
{
background-color: #6F0CAC;
}
</style>
border-color css
<style>
span { border-color: #6F0CAC; }
span { border-color: rgb(111,12,172); }
td.TdClassName
{
border-color: #6F0CAC;
}
.TagClassName
{
border-color: #6F0CAC;
}
</style>