Shades of Purple Heart #642BCC
Tints of Purple Heart #642BCC
RGB
CMYK
RGB Variations
Color information
#642BCC (or 0x642BCC) is known color: Purple Heart. HEX triplet: 64, 2B and CC. RGB value is (100,43,204). Sum of RGB (Red+Green+Blue) = 100+43+204=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #642BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BCC is #9BD433. Grayscale: #4D4D4D. Windows color (decimal): -10212404 or 13380452. OLE color: 13380452.
HSL color Cylindrical-coordinate representation of color #642BCC: hue angle of 261.24º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642BCC is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 43 | 204 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.2 |
| HSL | 261.24º | 0.65% | 0.48% | - |
| HSV(B) | 261.24º | 0.79% | 0.8% | - |
| XYZ | 17.02 | 8.8 | 57.93 | - |
| YUV | 78.4 | 198.88 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 204 | 0.51 | 0.79 | 0 | 0.2 | 261.24 | 0.65 | 0.48 |
| Hex | 64 | 2B | CC | 33 | 4F | 0 | 14 | 105 | 41 | 30 |
| Octal | 144 | 53 | 314 | 63 | 117 | 0 | 24 | 405 | 101 | 60 |
| Binary | 1100100 | 101011 | 11001100 | 110011 | 1001111 | 0 | 10100 | 100000101 | 1000001 | 110000 |
Color Harmonies of #642BCC
Complementary color
Monochromatic Colors of #642BCC
Black with #642BCC
Text Example
Text Example
White with #642BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BCC; }
p { color: rgb(100,43,204); }
H1.HeaderClassName
{
color: #642BCC;
}
.AnyTagClassName
{
color: #642BCC;
}
</style>
background-color css
<style>
a { background-color: #642BCC; }
a { background-color: rgb(100,43,204); }
div.DivClassName
{
background-color: #642BCC;
}
.BgClassName
{
background-color: #642BCC;
}
</style>
border-color css
<style>
span { border-color: #642BCC; }
span { border-color: rgb(100,43,204); }
td.TdClassName
{
border-color: #642BCC;
}
.TagClassName
{
border-color: #642BCC;
}
</style>