Shades of Purple Heart #6F0AB7
Tints of Purple Heart #6F0AB7
RGB
CMYK
RGB Variations
Color information
#6F0AB7 (or 0x6F0AB7) is known color: Purple Heart. HEX triplet: 6F, 0A and B7. RGB value is (111,10,183). Sum of RGB (Red+Green+Blue) = 111+10+183=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 183 (71.88% from 255 or 60.20% from 304); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F0AB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0AB7 is #90F548. Grayscale: #3B3B3B. Windows color (decimal): -9499977 or 11995759. OLE color: 11995759.
HSL color Cylindrical-coordinate representation of color #6F0AB7: hue angle of 275.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0AB7 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 10 | 183 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.28 |
| HSL | 275.03º | 0.9% | 0.38% | - |
| HSV(B) | 275.03º | 0.95% | 0.72% | - |
| XYZ | 15.21 | 7.02 | 45.35 | - |
| YUV | 59.92 | 197.46 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 183 | 0.39 | 0.95 | 0 | 0.28 | 275.03 | 0.9 | 0.38 |
| Hex | 6F | A | B7 | 27 | 5F | 0 | 1C | 113 | 5A | 26 |
| Octal | 157 | 12 | 267 | 47 | 137 | 0 | 34 | 423 | 132 | 46 |
| Binary | 1101111 | 1010 | 10110111 | 100111 | 1011111 | 0 | 11100 | 100010011 | 1011010 | 100110 |
Color Harmonies of #6F0AB7
Complementary color
Monochromatic Colors of #6F0AB7
Black with #6F0AB7
Text Example
Text Example
White with #6F0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0AB7; }
p { color: rgb(111,10,183); }
H1.HeaderClassName
{
color: #6F0AB7;
}
.AnyTagClassName
{
color: #6F0AB7;
}
</style>
background-color css
<style>
a { background-color: #6F0AB7; }
a { background-color: rgb(111,10,183); }
div.DivClassName
{
background-color: #6F0AB7;
}
.BgClassName
{
background-color: #6F0AB7;
}
</style>
border-color css
<style>
span { border-color: #6F0AB7; }
span { border-color: rgb(111,10,183); }
td.TdClassName
{
border-color: #6F0AB7;
}
.TagClassName
{
border-color: #6F0AB7;
}
</style>