Shades of Purple Heart #642ACD
Tints of Purple Heart #642ACD
RGB
CMYK
RGB Variations
Color information
#642ACD (or 0x642ACD) is known color: Purple Heart. HEX triplet: 64, 2A and CD. RGB value is (100,42,205). Sum of RGB (Red+Green+Blue) = 100+42+205=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #642ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ACD is #9BD532. Grayscale: #4D4D4D. Windows color (decimal): -10212659 or 13445732. OLE color: 13445732.
HSL color Cylindrical-coordinate representation of color #642ACD: hue angle of 261.35º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642ACD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 42 | 205 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.20 |
| HSL | 261.35º | 0.66% | 0.48% | - |
| HSV(B) | 261.35º | 0.8% | 0.8% | - |
| XYZ | 17.1 | 8.77 | 58.55 | - |
| YUV | 77.92 | 199.72 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 205 | 0.51 | 0.80 | 0 | 0.20 | 261.35 | 0.66 | 0.48 |
| Hex | 64 | 2A | CD | 33 | 50 | 0 | 14 | 105 | 42 | 30 |
| Octal | 144 | 52 | 315 | 63 | 120 | 0 | 24 | 405 | 102 | 60 |
| Binary | 1100100 | 101010 | 11001101 | 110011 | 1010000 | 0 | 10100 | 100000101 | 1000010 | 110000 |
Color Harmonies of #642ACD
Complementary color
Monochromatic Colors of #642ACD
Black with #642ACD
Text Example
Text Example
White with #642ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642ACD; }
p { color: rgb(100,42,205); }
H1.HeaderClassName
{
color: #642ACD;
}
.AnyTagClassName
{
color: #642ACD;
}
</style>
background-color css
<style>
a { background-color: #642ACD; }
a { background-color: rgb(100,42,205); }
div.DivClassName
{
background-color: #642ACD;
}
.BgClassName
{
background-color: #642ACD;
}
</style>
border-color css
<style>
span { border-color: #642ACD; }
span { border-color: rgb(100,42,205); }
td.TdClassName
{
border-color: #642ACD;
}
.TagClassName
{
border-color: #642ACD;
}
</style>