Shades of Purple Heart #6E18AB
Tints of Purple Heart #6E18AB
RGB
CMYK
RGB Variations
Color information
#6E18AB (or 0x6E18AB) is known color: Purple Heart. HEX triplet: 6E, 18 and AB. RGB value is (110,24,171). Sum of RGB (Red+Green+Blue) = 110+24+171=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E18AB is #91E754. Grayscale: #414141. Windows color (decimal): -9561941 or 11212910. OLE color: 11212910.
HSL color Cylindrical-coordinate representation of color #6E18AB: hue angle of 275.1º 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 #6E18AB is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 24 | 171 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.33 |
| HSL | 275.1º | 0.75% | 0.38% | - |
| HSV(B) | 275.1º | 0.86% | 0.67% | - |
| XYZ | 14.11 | 6.91 | 39.12 | - |
| YUV | 66.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 24 | 171 | 0.36 | 0.86 | 0 | 0.33 | 275.1 | 0.75 | 0.38 |
| Hex | 6E | 18 | AB | 24 | 56 | 0 | 21 | 113 | 4B | 26 |
| Octal | 156 | 30 | 253 | 44 | 126 | 0 | 41 | 423 | 113 | 46 |
| Binary | 1101110 | 11000 | 10101011 | 100100 | 1010110 | 0 | 100001 | 100010011 | 1001011 | 100110 |
Color Harmonies of #6E18AB
Complementary color
Monochromatic Colors of #6E18AB
Black with #6E18AB
Text Example
Text Example
White with #6E18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E18AB; }
p { color: rgb(110,24,171); }
H1.HeaderClassName
{
color: #6E18AB;
}
.AnyTagClassName
{
color: #6E18AB;
}
</style>
background-color css
<style>
a { background-color: #6E18AB; }
a { background-color: rgb(110,24,171); }
div.DivClassName
{
background-color: #6E18AB;
}
.BgClassName
{
background-color: #6E18AB;
}
</style>
border-color css
<style>
span { border-color: #6E18AB; }
span { border-color: rgb(110,24,171); }
td.TdClassName
{
border-color: #6E18AB;
}
.TagClassName
{
border-color: #6E18AB;
}
</style>