Shades of Purple Heart #642DCD
Tints of Purple Heart #642DCD
RGB
CMYK
RGB Variations
Color information
#642DCD (or 0x642DCD) is known color: Purple Heart. HEX triplet: 64, 2D and CD. RGB value is (100,45,205). Sum of RGB (Red+Green+Blue) = 100+45+205=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #642DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DCD is #9BD232. Grayscale: #4F4F4F. Windows color (decimal): -10211891 or 13446500. OLE color: 13446500.
HSL color Cylindrical-coordinate representation of color #642DCD: hue angle of 260.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642DCD is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 45 | 205 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.20 |
| HSL | 260.63º | 0.64% | 0.49% | - |
| HSV(B) | 260.63º | 0.78% | 0.8% | - |
| XYZ | 17.21 | 8.99 | 58.59 | - |
| YUV | 79.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 205 | 0.51 | 0.78 | 0 | 0.20 | 260.63 | 0.64 | 0.49 |
| Hex | 64 | 2D | CD | 33 | 4E | 0 | 14 | 105 | 40 | 31 |
| Octal | 144 | 55 | 315 | 63 | 116 | 0 | 24 | 405 | 100 | 61 |
| Binary | 1100100 | 101101 | 11001101 | 110011 | 1001110 | 0 | 10100 | 100000101 | 1000000 | 110001 |
Color Harmonies of #642DCD
Complementary color
Monochromatic Colors of #642DCD
Black with #642DCD
Text Example
Text Example
White with #642DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DCD; }
p { color: rgb(100,45,205); }
H1.HeaderClassName
{
color: #642DCD;
}
.AnyTagClassName
{
color: #642DCD;
}
</style>
background-color css
<style>
a { background-color: #642DCD; }
a { background-color: rgb(100,45,205); }
div.DivClassName
{
background-color: #642DCD;
}
.BgClassName
{
background-color: #642DCD;
}
</style>
border-color css
<style>
span { border-color: #642DCD; }
span { border-color: rgb(100,45,205); }
td.TdClassName
{
border-color: #642DCD;
}
.TagClassName
{
border-color: #642DCD;
}
</style>