Shades of Purple Heart #642AAD
Tints of Purple Heart #642AAD
RGB
CMYK
RGB Variations
Color information
#642AAD (or 0x642AAD) is known color: Purple Heart. HEX triplet: 64, 2A and AD. RGB value is (100,42,173). Sum of RGB (Red+Green+Blue) = 100+42+173=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #642AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AAD is #9BD552. Grayscale: #494949. Windows color (decimal): -10212691 or 11348580. OLE color: 11348580.
HSL color Cylindrical-coordinate representation of color #642AAD: hue angle of 266.56º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642AAD is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 42 | 173 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.32 |
| HSL | 266.56º | 0.61% | 0.42% | - |
| HSV(B) | 266.56º | 0.76% | 0.68% | - |
| XYZ | 13.63 | 7.38 | 40.24 | - |
| YUV | 74.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 173 | 0.42 | 0.76 | 0 | 0.32 | 266.56 | 0.61 | 0.42 |
| Hex | 64 | 2A | AD | 2A | 4C | 0 | 20 | 10B | 3D | 2A |
| Octal | 144 | 52 | 255 | 52 | 114 | 0 | 40 | 413 | 75 | 52 |
| Binary | 1100100 | 101010 | 10101101 | 101010 | 1001100 | 0 | 100000 | 100001011 | 111101 | 101010 |
Color Harmonies of #642AAD
Complementary color
Monochromatic Colors of #642AAD
Black with #642AAD
Text Example
Text Example
White with #642AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642AAD; }
p { color: rgb(100,42,173); }
H1.HeaderClassName
{
color: #642AAD;
}
.AnyTagClassName
{
color: #642AAD;
}
</style>
background-color css
<style>
a { background-color: #642AAD; }
a { background-color: rgb(100,42,173); }
div.DivClassName
{
background-color: #642AAD;
}
.BgClassName
{
background-color: #642AAD;
}
</style>
border-color css
<style>
span { border-color: #642AAD; }
span { border-color: rgb(100,42,173); }
td.TdClassName
{
border-color: #642AAD;
}
.TagClassName
{
border-color: #642AAD;
}
</style>