Shades of Purple Heart #6411AB
Tints of Purple Heart #6411AB
RGB
CMYK
RGB Variations
Color information
#6411AB (or 0x6411AB) is known color: Purple Heart. HEX triplet: 64, 11 and AB. RGB value is (100,17,171). Sum of RGB (Red+Green+Blue) = 100+17+171=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #6411AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6411AB is #9BEE54. Grayscale: #3A3A3A. Windows color (decimal): -10219093 or 11211108. OLE color: 11211108.
HSL color Cylindrical-coordinate representation of color #6411AB: hue angle of 272.34º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6411AB is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 17 | 171 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.33 |
| HSL | 272.34º | 0.82% | 0.37% | - |
| HSV(B) | 272.34º | 0.9% | 0.67% | - |
| XYZ | 12.81 | 6.05 | 39.02 | - |
| YUV | 59.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 171 | 0.42 | 0.90 | 0 | 0.33 | 272.34 | 0.82 | 0.37 |
| Hex | 64 | 11 | AB | 2A | 5A | 0 | 21 | 110 | 52 | 25 |
| Octal | 144 | 21 | 253 | 52 | 132 | 0 | 41 | 420 | 122 | 45 |
| Binary | 1100100 | 10001 | 10101011 | 101010 | 1011010 | 0 | 100001 | 100010000 | 1010010 | 100101 |
Color Harmonies of #6411AB
Complementary color
Monochromatic Colors of #6411AB
Black with #6411AB
Text Example
Text Example
White with #6411AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6411AB; }
p { color: rgb(100,17,171); }
H1.HeaderClassName
{
color: #6411AB;
}
.AnyTagClassName
{
color: #6411AB;
}
</style>
background-color css
<style>
a { background-color: #6411AB; }
a { background-color: rgb(100,17,171); }
div.DivClassName
{
background-color: #6411AB;
}
.BgClassName
{
background-color: #6411AB;
}
</style>
border-color css
<style>
span { border-color: #6411AB; }
span { border-color: rgb(100,17,171); }
td.TdClassName
{
border-color: #6411AB;
}
.TagClassName
{
border-color: #6411AB;
}
</style>