Shades of Purple Heart #6406AB
Tints of Purple Heart #6406AB
RGB
CMYK
RGB Variations
Color information
#6406AB (or 0x6406AB) is known color: Purple Heart. HEX triplet: 64, 06 and AB. RGB value is (100,6,171). Sum of RGB (Red+Green+Blue) = 100+6+171=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #6406AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6406AB is #9BF954. Grayscale: #343434. Windows color (decimal): -10221909 or 11208292. OLE color: 11208292.
HSL color Cylindrical-coordinate representation of color #6406AB: hue angle of 274.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6406AB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 6 | 171 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.33 |
| HSL | 274.18º | 0.93% | 0.35% | - |
| HSV(B) | 274.18º | 0.96% | 0.67% | - |
| XYZ | 12.67 | 5.78 | 38.98 | - |
| YUV | 52.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 171 | 0.42 | 0.96 | 0 | 0.33 | 274.18 | 0.93 | 0.35 |
| Hex | 64 | 6 | AB | 2A | 60 | 0 | 21 | 112 | 5D | 23 |
| Octal | 144 | 6 | 253 | 52 | 140 | 0 | 41 | 422 | 135 | 43 |
| Binary | 1100100 | 110 | 10101011 | 101010 | 1100000 | 0 | 100001 | 100010010 | 1011101 | 100011 |
Color Harmonies of #6406AB
Complementary color
Monochromatic Colors of #6406AB
Black with #6406AB
Text Example
Text Example
White with #6406AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6406AB; }
p { color: rgb(100,6,171); }
H1.HeaderClassName
{
color: #6406AB;
}
.AnyTagClassName
{
color: #6406AB;
}
</style>
background-color css
<style>
a { background-color: #6406AB; }
a { background-color: rgb(100,6,171); }
div.DivClassName
{
background-color: #6406AB;
}
.BgClassName
{
background-color: #6406AB;
}
</style>
border-color css
<style>
span { border-color: #6406AB; }
span { border-color: rgb(100,6,171); }
td.TdClassName
{
border-color: #6406AB;
}
.TagClassName
{
border-color: #6406AB;
}
</style>