Shades of Purple Heart #642AAA
Tints of Purple Heart #642AAA
RGB
CMYK
RGB Variations
Color information
#642AAA (or 0x642AAA) is known color: Purple Heart. HEX triplet: 64, 2A and AA. RGB value is (100,42,170). Sum of RGB (Red+Green+Blue) = 100+42+170=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #642AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AAA is #9BD555. Grayscale: #494949. Windows color (decimal): -10212694 or 11151972. OLE color: 11151972.
HSL color Cylindrical-coordinate representation of color #642AAA: hue angle of 267.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642AAA is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 42 | 170 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.33 |
| HSL | 267.19º | 0.6% | 0.42% | - |
| HSV(B) | 267.19º | 0.75% | 0.67% | - |
| XYZ | 13.34 | 7.27 | 38.73 | - |
| YUV | 73.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 170 | 0.41 | 0.75 | 0 | 0.33 | 267.19 | 0.6 | 0.42 |
| Hex | 64 | 2A | AA | 29 | 4B | 0 | 21 | 10B | 3C | 2A |
| Octal | 144 | 52 | 252 | 51 | 113 | 0 | 41 | 413 | 74 | 52 |
| Binary | 1100100 | 101010 | 10101010 | 101001 | 1001011 | 0 | 100001 | 100001011 | 111100 | 101010 |
Color Harmonies of #642AAA
Complementary color
Monochromatic Colors of #642AAA
Black with #642AAA
Text Example
Text Example
White with #642AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642AAA; }
p { color: rgb(100,42,170); }
H1.HeaderClassName
{
color: #642AAA;
}
.AnyTagClassName
{
color: #642AAA;
}
</style>
background-color css
<style>
a { background-color: #642AAA; }
a { background-color: rgb(100,42,170); }
div.DivClassName
{
background-color: #642AAA;
}
.BgClassName
{
background-color: #642AAA;
}
</style>
border-color css
<style>
span { border-color: #642AAA; }
span { border-color: rgb(100,42,170); }
td.TdClassName
{
border-color: #642AAA;
}
.TagClassName
{
border-color: #642AAA;
}
</style>