Shades of Purple Heart #6F0CAB
Tints of Purple Heart #6F0CAB
RGB
CMYK
RGB Variations
Color information
#6F0CAB (or 0x6F0CAB) is known color: Purple Heart. HEX triplet: 6F, 0C and AB. RGB value is (111,12,171). Sum of RGB (Red+Green+Blue) = 111+12+171=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F0CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0CAB is #90F354. Grayscale: #3B3B3B. Windows color (decimal): -9499477 or 11209839. OLE color: 11209839.
HSL color Cylindrical-coordinate representation of color #6F0CAB: hue angle of 277.36º 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 #6F0CAB is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 12 | 171 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.33 |
| HSL | 277.36º | 0.87% | 0.36% | - |
| HSV(B) | 277.36º | 0.93% | 0.67% | - |
| XYZ | 14.04 | 6.58 | 39.06 | - |
| YUV | 59.73 | 190.8 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 171 | 0.35 | 0.93 | 0 | 0.33 | 277.36 | 0.87 | 0.36 |
| Hex | 6F | C | AB | 23 | 5D | 0 | 21 | 115 | 57 | 24 |
| Octal | 157 | 14 | 253 | 43 | 135 | 0 | 41 | 425 | 127 | 44 |
| Binary | 1101111 | 1100 | 10101011 | 100011 | 1011101 | 0 | 100001 | 100010101 | 1010111 | 100100 |
Color Harmonies of #6F0CAB
Complementary color
Monochromatic Colors of #6F0CAB
Black with #6F0CAB
Text Example
Text Example
White with #6F0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CAB; }
p { color: rgb(111,12,171); }
H1.HeaderClassName
{
color: #6F0CAB;
}
.AnyTagClassName
{
color: #6F0CAB;
}
</style>
background-color css
<style>
a { background-color: #6F0CAB; }
a { background-color: rgb(111,12,171); }
div.DivClassName
{
background-color: #6F0CAB;
}
.BgClassName
{
background-color: #6F0CAB;
}
</style>
border-color css
<style>
span { border-color: #6F0CAB; }
span { border-color: rgb(111,12,171); }
td.TdClassName
{
border-color: #6F0CAB;
}
.TagClassName
{
border-color: #6F0CAB;
}
</style>