Shades of Purple Heart #6420AA
Tints of Purple Heart #6420AA
RGB
CMYK
RGB Variations
Color information
#6420AA (or 0x6420AA) is known color: Purple Heart. HEX triplet: 64, 20 and AA. RGB value is (100,32,170). Sum of RGB (Red+Green+Blue) = 100+32+170=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #6420AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6420AA is #9BDF55. Grayscale: #434343. Windows color (decimal): -10215254 or 11149412. OLE color: 11149412.
HSL color Cylindrical-coordinate representation of color #6420AA: hue angle of 269.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6420AA is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 32 | 170 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.33 |
| HSL | 269.57º | 0.68% | 0.4% | - |
| HSV(B) | 269.57º | 0.81% | 0.67% | - |
| XYZ | 13.03 | 6.64 | 38.63 | - |
| YUV | 68.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 170 | 0.41 | 0.81 | 0 | 0.33 | 269.57 | 0.68 | 0.4 |
| Hex | 64 | 20 | AA | 29 | 51 | 0 | 21 | 10E | 44 | 28 |
| Octal | 144 | 40 | 252 | 51 | 121 | 0 | 41 | 416 | 104 | 50 |
| Binary | 1100100 | 100000 | 10101010 | 101001 | 1010001 | 0 | 100001 | 100001110 | 1000100 | 101000 |
Color Harmonies of #6420AA
Complementary color
Monochromatic Colors of #6420AA
Black with #6420AA
Text Example
Text Example
White with #6420AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6420AA; }
p { color: rgb(100,32,170); }
H1.HeaderClassName
{
color: #6420AA;
}
.AnyTagClassName
{
color: #6420AA;
}
</style>
background-color css
<style>
a { background-color: #6420AA; }
a { background-color: rgb(100,32,170); }
div.DivClassName
{
background-color: #6420AA;
}
.BgClassName
{
background-color: #6420AA;
}
</style>
border-color css
<style>
span { border-color: #6420AA; }
span { border-color: rgb(100,32,170); }
td.TdClassName
{
border-color: #6420AA;
}
.TagClassName
{
border-color: #6420AA;
}
</style>