Shades of Purple Heart #6F18AB
Tints of Purple Heart #6F18AB
RGB
CMYK
RGB Variations
Color information
#6F18AB (or 0x6F18AB) is known color: Purple Heart. HEX triplet: 6F, 18 and AB. RGB value is (111,24,171). Sum of RGB (Red+Green+Blue) = 111+24+171=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F18AB is #90E754. Grayscale: #424242. Windows color (decimal): -9496405 or 11212911. OLE color: 11212911.
HSL color Cylindrical-coordinate representation of color #6F18AB: hue angle of 275.51º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F18AB is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 24 | 171 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.33 |
| HSL | 275.51º | 0.75% | 0.38% | - |
| HSV(B) | 275.51º | 0.86% | 0.67% | - |
| XYZ | 14.23 | 6.97 | 39.12 | - |
| YUV | 66.77 | 186.82 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 171 | 0.35 | 0.86 | 0 | 0.33 | 275.51 | 0.75 | 0.38 |
| Hex | 6F | 18 | AB | 23 | 56 | 0 | 21 | 114 | 4B | 26 |
| Octal | 157 | 30 | 253 | 43 | 126 | 0 | 41 | 424 | 113 | 46 |
| Binary | 1101111 | 11000 | 10101011 | 100011 | 1010110 | 0 | 100001 | 100010100 | 1001011 | 100110 |
Color Harmonies of #6F18AB
Complementary color
Monochromatic Colors of #6F18AB
Black with #6F18AB
Text Example
Text Example
White with #6F18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F18AB; }
p { color: rgb(111,24,171); }
H1.HeaderClassName
{
color: #6F18AB;
}
.AnyTagClassName
{
color: #6F18AB;
}
</style>
background-color css
<style>
a { background-color: #6F18AB; }
a { background-color: rgb(111,24,171); }
div.DivClassName
{
background-color: #6F18AB;
}
.BgClassName
{
background-color: #6F18AB;
}
</style>
border-color css
<style>
span { border-color: #6F18AB; }
span { border-color: rgb(111,24,171); }
td.TdClassName
{
border-color: #6F18AB;
}
.TagClassName
{
border-color: #6F18AB;
}
</style>