Shades of Purple Heart #6F12AE
Tints of Purple Heart #6F12AE
RGB
CMYK
RGB Variations
Color information
#6F12AE (or 0x6F12AE) is known color: Purple Heart. HEX triplet: 6F, 12 and AE. RGB value is (111,18,174). Sum of RGB (Red+Green+Blue) = 111+18+174=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F12AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F12AE is #90ED51. Grayscale: #3F3F3F. Windows color (decimal): -9497938 or 11407983. OLE color: 11407983.
HSL color Cylindrical-coordinate representation of color #6F12AE: hue angle of 275.77º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F12AE is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 18 | 174 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.32 |
| HSL | 275.77º | 0.81% | 0.38% | - |
| HSV(B) | 275.77º | 0.9% | 0.68% | - |
| XYZ | 14.41 | 6.87 | 40.61 | - |
| YUV | 63.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 174 | 0.36 | 0.90 | 0 | 0.32 | 275.77 | 0.81 | 0.38 |
| Hex | 6F | 12 | AE | 24 | 5A | 0 | 20 | 114 | 51 | 26 |
| Octal | 157 | 22 | 256 | 44 | 132 | 0 | 40 | 424 | 121 | 46 |
| Binary | 1101111 | 10010 | 10101110 | 100100 | 1011010 | 0 | 100000 | 100010100 | 1010001 | 100110 |
Color Harmonies of #6F12AE
Complementary color
Monochromatic Colors of #6F12AE
Black with #6F12AE
Text Example
Text Example
White with #6F12AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F12AE; }
p { color: rgb(111,18,174); }
H1.HeaderClassName
{
color: #6F12AE;
}
.AnyTagClassName
{
color: #6F12AE;
}
</style>
background-color css
<style>
a { background-color: #6F12AE; }
a { background-color: rgb(111,18,174); }
div.DivClassName
{
background-color: #6F12AE;
}
.BgClassName
{
background-color: #6F12AE;
}
</style>
border-color css
<style>
span { border-color: #6F12AE; }
span { border-color: rgb(111,18,174); }
td.TdClassName
{
border-color: #6F12AE;
}
.TagClassName
{
border-color: #6F12AE;
}
</style>