Shades of Purple Heart #642AAC
Tints of Purple Heart #642AAC
RGB
CMYK
RGB Variations
Color information
#642AAC (or 0x642AAC) is known color: Purple Heart. HEX triplet: 64, 2A and AC. RGB value is (100,42,172). Sum of RGB (Red+Green+Blue) = 100+42+172=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #642AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642AAC is #9BD553. Grayscale: #494949. Windows color (decimal): -10212692 or 11283044. OLE color: 11283044.
HSL color Cylindrical-coordinate representation of color #642AAC: hue angle of 266.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642AAC is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 42 | 172 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.33 |
| HSL | 266.77º | 0.61% | 0.42% | - |
| HSV(B) | 266.77º | 0.76% | 0.67% | - |
| XYZ | 13.53 | 7.34 | 39.73 | - |
| YUV | 74.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 172 | 0.42 | 0.76 | 0 | 0.33 | 266.77 | 0.61 | 0.42 |
| Hex | 64 | 2A | AC | 2A | 4C | 0 | 21 | 10B | 3D | 2A |
| Octal | 144 | 52 | 254 | 52 | 114 | 0 | 41 | 413 | 75 | 52 |
| Binary | 1100100 | 101010 | 10101100 | 101010 | 1001100 | 0 | 100001 | 100001011 | 111101 | 101010 |
Color Harmonies of #642AAC
Complementary color
Monochromatic Colors of #642AAC
Black with #642AAC
Text Example
Text Example
White with #642AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642AAC; }
p { color: rgb(100,42,172); }
H1.HeaderClassName
{
color: #642AAC;
}
.AnyTagClassName
{
color: #642AAC;
}
</style>
background-color css
<style>
a { background-color: #642AAC; }
a { background-color: rgb(100,42,172); }
div.DivClassName
{
background-color: #642AAC;
}
.BgClassName
{
background-color: #642AAC;
}
</style>
border-color css
<style>
span { border-color: #642AAC; }
span { border-color: rgb(100,42,172); }
td.TdClassName
{
border-color: #642AAC;
}
.TagClassName
{
border-color: #642AAC;
}
</style>