Shades of Purple Heart #642AAB
Tints of Purple Heart #642AAB
RGB
CMYK
RGB Variations
Color information
#642AAB (or 0x642AAB) is known color: Purple Heart. HEX triplet: 64, 2A and AB. RGB value is (100,42,171). Sum of RGB (Red+Green+Blue) = 100+42+171=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #642AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AAB is #9BD554. Grayscale: #494949. Windows color (decimal): -10212693 or 11217508. OLE color: 11217508.
HSL color Cylindrical-coordinate representation of color #642AAB: hue angle of 266.98º degrees, saturation: 0.61, 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 #642AAB is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 42 | 171 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.33 |
| HSL | 266.98º | 0.61% | 0.42% | - |
| HSV(B) | 266.98º | 0.75% | 0.67% | - |
| XYZ | 13.43 | 7.31 | 39.23 | - |
| YUV | 74.05 | 182.72 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 171 | 0.42 | 0.75 | 0 | 0.33 | 266.98 | 0.61 | 0.42 |
| Hex | 64 | 2A | AB | 2A | 4B | 0 | 21 | 10B | 3D | 2A |
| Octal | 144 | 52 | 253 | 52 | 113 | 0 | 41 | 413 | 75 | 52 |
| Binary | 1100100 | 101010 | 10101011 | 101010 | 1001011 | 0 | 100001 | 100001011 | 111101 | 101010 |
Color Harmonies of #642AAB
Complementary color
Monochromatic Colors of #642AAB
Black with #642AAB
Text Example
Text Example
White with #642AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642AAB; }
p { color: rgb(100,42,171); }
H1.HeaderClassName
{
color: #642AAB;
}
.AnyTagClassName
{
color: #642AAB;
}
</style>
background-color css
<style>
a { background-color: #642AAB; }
a { background-color: rgb(100,42,171); }
div.DivClassName
{
background-color: #642AAB;
}
.BgClassName
{
background-color: #642AAB;
}
</style>
border-color css
<style>
span { border-color: #642AAB; }
span { border-color: rgb(100,42,171); }
td.TdClassName
{
border-color: #642AAB;
}
.TagClassName
{
border-color: #642AAB;
}
</style>