Shades of Purple Heart #642CCE
Tints of Purple Heart #642CCE
RGB
CMYK
RGB Variations
Color information
#642CCE (or 0x642CCE) is known color: Purple Heart. HEX triplet: 64, 2C and CE. RGB value is (100,44,206). Sum of RGB (Red+Green+Blue) = 100+44+206=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #642CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CCE is #9BD331. Grayscale: #4E4E4E. Windows color (decimal): -10212146 or 13511780. OLE color: 13511780.
HSL color Cylindrical-coordinate representation of color #642CCE: hue angle of 260.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642CCE is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 44 | 206 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.19 |
| HSL | 260.74º | 0.65% | 0.49% | - |
| HSV(B) | 260.74º | 0.79% | 0.81% | - |
| XYZ | 17.3 | 8.97 | 59.21 | - |
| YUV | 79.21 | 199.55 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 206 | 0.51 | 0.79 | 0 | 0.19 | 260.74 | 0.65 | 0.49 |
| Hex | 64 | 2C | CE | 33 | 4F | 0 | 13 | 105 | 41 | 31 |
| Octal | 144 | 54 | 316 | 63 | 117 | 0 | 23 | 405 | 101 | 61 |
| Binary | 1100100 | 101100 | 11001110 | 110011 | 1001111 | 0 | 10011 | 100000101 | 1000001 | 110001 |
Color Harmonies of #642CCE
Complementary color
Monochromatic Colors of #642CCE
Black with #642CCE
Text Example
Text Example
White with #642CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CCE; }
p { color: rgb(100,44,206); }
H1.HeaderClassName
{
color: #642CCE;
}
.AnyTagClassName
{
color: #642CCE;
}
</style>
background-color css
<style>
a { background-color: #642CCE; }
a { background-color: rgb(100,44,206); }
div.DivClassName
{
background-color: #642CCE;
}
.BgClassName
{
background-color: #642CCE;
}
</style>
border-color css
<style>
span { border-color: #642CCE; }
span { border-color: rgb(100,44,206); }
td.TdClassName
{
border-color: #642CCE;
}
.TagClassName
{
border-color: #642CCE;
}
</style>