Shades of Purple Heart #6F0AB6
Tints of Purple Heart #6F0AB6
RGB
CMYK
RGB Variations
Color information
#6F0AB6 (or 0x6F0AB6) is known color: Purple Heart. HEX triplet: 6F, 0A and B6. RGB value is (111,10,182). Sum of RGB (Red+Green+Blue) = 111+10+182=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F0AB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0AB6 is #90F549. Grayscale: #3B3B3B. Windows color (decimal): -9499978 or 11930223. OLE color: 11930223.
HSL color Cylindrical-coordinate representation of color #6F0AB6: hue angle of 275.23º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0AB6 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 10 | 182 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.29 |
| HSL | 275.23º | 0.9% | 0.38% | - |
| HSV(B) | 275.23º | 0.95% | 0.71% | - |
| XYZ | 15.11 | 6.97 | 44.81 | - |
| YUV | 59.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 182 | 0.39 | 0.95 | 0 | 0.29 | 275.23 | 0.9 | 0.38 |
| Hex | 6F | A | B6 | 27 | 5F | 0 | 1D | 113 | 5A | 26 |
| Octal | 157 | 12 | 266 | 47 | 137 | 0 | 35 | 423 | 132 | 46 |
| Binary | 1101111 | 1010 | 10110110 | 100111 | 1011111 | 0 | 11101 | 100010011 | 1011010 | 100110 |
Color Harmonies of #6F0AB6
Complementary color
Monochromatic Colors of #6F0AB6
Black with #6F0AB6
Text Example
Text Example
White with #6F0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0AB6; }
p { color: rgb(111,10,182); }
H1.HeaderClassName
{
color: #6F0AB6;
}
.AnyTagClassName
{
color: #6F0AB6;
}
</style>
background-color css
<style>
a { background-color: #6F0AB6; }
a { background-color: rgb(111,10,182); }
div.DivClassName
{
background-color: #6F0AB6;
}
.BgClassName
{
background-color: #6F0AB6;
}
</style>
border-color css
<style>
span { border-color: #6F0AB6; }
span { border-color: rgb(111,10,182); }
td.TdClassName
{
border-color: #6F0AB6;
}
.TagClassName
{
border-color: #6F0AB6;
}
</style>