Shades of Purple Heart #6419AB
Tints of Purple Heart #6419AB
RGB
CMYK
RGB Variations
Color information
#6419AB (or 0x6419AB) is known color: Purple Heart. HEX triplet: 64, 19 and AB. RGB value is (100,25,171). Sum of RGB (Red+Green+Blue) = 100+25+171=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #6419AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6419AB is #9BE654. Grayscale: #3F3F3F. Windows color (decimal): -10217045 or 11213156. OLE color: 11213156.
HSL color Cylindrical-coordinate representation of color #6419AB: hue angle of 270.82º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6419AB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 25 | 171 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.33 |
| HSL | 270.82º | 0.74% | 0.38% | - |
| HSV(B) | 270.82º | 0.85% | 0.67% | - |
| XYZ | 12.95 | 6.34 | 39.07 | - |
| YUV | 64.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 171 | 0.42 | 0.85 | 0 | 0.33 | 270.82 | 0.74 | 0.38 |
| Hex | 64 | 19 | AB | 2A | 55 | 0 | 21 | 10F | 4A | 26 |
| Octal | 144 | 31 | 253 | 52 | 125 | 0 | 41 | 417 | 112 | 46 |
| Binary | 1100100 | 11001 | 10101011 | 101010 | 1010101 | 0 | 100001 | 100001111 | 1001010 | 100110 |
Color Harmonies of #6419AB
Complementary color
Monochromatic Colors of #6419AB
Black with #6419AB
Text Example
Text Example
White with #6419AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6419AB; }
p { color: rgb(100,25,171); }
H1.HeaderClassName
{
color: #6419AB;
}
.AnyTagClassName
{
color: #6419AB;
}
</style>
background-color css
<style>
a { background-color: #6419AB; }
a { background-color: rgb(100,25,171); }
div.DivClassName
{
background-color: #6419AB;
}
.BgClassName
{
background-color: #6419AB;
}
</style>
border-color css
<style>
span { border-color: #6419AB; }
span { border-color: rgb(100,25,171); }
td.TdClassName
{
border-color: #6419AB;
}
.TagClassName
{
border-color: #6419AB;
}
</style>