Shades of Purple Heart #6E13AB
Tints of Purple Heart #6E13AB
RGB
CMYK
RGB Variations
Color information
#6E13AB (or 0x6E13AB) is known color: Purple Heart. HEX triplet: 6E, 13 and AB. RGB value is (110,19,171). Sum of RGB (Red+Green+Blue) = 110+19+171=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E13AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E13AB is #91EC54. Grayscale: #3F3F3F. Windows color (decimal): -9563221 or 11211630. OLE color: 11211630.
HSL color Cylindrical-coordinate representation of color #6E13AB: hue angle of 275.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E13AB is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 19 | 171 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.33 |
| HSL | 275.92º | 0.8% | 0.37% | - |
| HSV(B) | 275.92º | 0.89% | 0.67% | - |
| XYZ | 14.01 | 6.72 | 39.09 | - |
| YUV | 63.54 | 188.65 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 171 | 0.36 | 0.89 | 0 | 0.33 | 275.92 | 0.8 | 0.37 |
| Hex | 6E | 13 | AB | 24 | 59 | 0 | 21 | 114 | 50 | 25 |
| Octal | 156 | 23 | 253 | 44 | 131 | 0 | 41 | 424 | 120 | 45 |
| Binary | 1101110 | 10011 | 10101011 | 100100 | 1011001 | 0 | 100001 | 100010100 | 1010000 | 100101 |
Color Harmonies of #6E13AB
Complementary color
Monochromatic Colors of #6E13AB
Black with #6E13AB
Text Example
Text Example
White with #6E13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E13AB; }
p { color: rgb(110,19,171); }
H1.HeaderClassName
{
color: #6E13AB;
}
.AnyTagClassName
{
color: #6E13AB;
}
</style>
background-color css
<style>
a { background-color: #6E13AB; }
a { background-color: rgb(110,19,171); }
div.DivClassName
{
background-color: #6E13AB;
}
.BgClassName
{
background-color: #6E13AB;
}
</style>
border-color css
<style>
span { border-color: #6E13AB; }
span { border-color: rgb(110,19,171); }
td.TdClassName
{
border-color: #6E13AB;
}
.TagClassName
{
border-color: #6E13AB;
}
</style>