Shades of Purple Heart #642CCC
Tints of Purple Heart #642CCC
RGB
CMYK
RGB Variations
Color information
#642CCC (or 0x642CCC) is known color: Purple Heart. HEX triplet: 64, 2C and CC. RGB value is (100,44,204). Sum of RGB (Red+Green+Blue) = 100+44+204=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #642CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CCC is #9BD333. Grayscale: #4E4E4E. Windows color (decimal): -10212148 or 13380708. OLE color: 13380708.
HSL color Cylindrical-coordinate representation of color #642CCC: hue angle of 261º degrees, saturation: 0.65, 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 #642CCC is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 44 | 204 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.2 |
| HSL | 261º | 0.65% | 0.49% | - |
| HSV(B) | 261º | 0.78% | 0.8% | - |
| XYZ | 17.06 | 8.87 | 57.94 | - |
| YUV | 78.98 | 198.55 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 204 | 0.51 | 0.78 | 0 | 0.2 | 261 | 0.65 | 0.49 |
| Hex | 64 | 2C | CC | 33 | 4E | 0 | 14 | 105 | 41 | 31 |
| Octal | 144 | 54 | 314 | 63 | 116 | 0 | 24 | 405 | 101 | 61 |
| Binary | 1100100 | 101100 | 11001100 | 110011 | 1001110 | 0 | 10100 | 100000101 | 1000001 | 110001 |
Color Harmonies of #642CCC
Complementary color
Monochromatic Colors of #642CCC
Black with #642CCC
Text Example
Text Example
White with #642CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CCC; }
p { color: rgb(100,44,204); }
H1.HeaderClassName
{
color: #642CCC;
}
.AnyTagClassName
{
color: #642CCC;
}
</style>
background-color css
<style>
a { background-color: #642CCC; }
a { background-color: rgb(100,44,204); }
div.DivClassName
{
background-color: #642CCC;
}
.BgClassName
{
background-color: #642CCC;
}
</style>
border-color css
<style>
span { border-color: #642CCC; }
span { border-color: rgb(100,44,204); }
td.TdClassName
{
border-color: #642CCC;
}
.TagClassName
{
border-color: #642CCC;
}
</style>