Shades of Purple Heart #642BC0
Tints of Purple Heart #642BC0
RGB
CMYK
RGB Variations
Color information
#642BC0 (or 0x642BC0) is known color: Purple Heart. HEX triplet: 64, 2B and C0. RGB value is (100,43,192). Sum of RGB (Red+Green+Blue) = 100+43+192=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #642BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BC0 is #9BD43F. Grayscale: #4C4C4C. Windows color (decimal): -10212416 or 12594020. OLE color: 12594020.
HSL color Cylindrical-coordinate representation of color #642BC0: hue angle of 262.95º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642BC0 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 43 | 192 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.25 |
| HSL | 262.95º | 0.63% | 0.46% | - |
| HSV(B) | 262.95º | 0.78% | 0.75% | - |
| XYZ | 15.63 | 8.24 | 50.64 | - |
| YUV | 77.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 192 | 0.48 | 0.78 | 0 | 0.25 | 262.95 | 0.63 | 0.46 |
| Hex | 64 | 2B | C0 | 30 | 4E | 0 | 19 | 107 | 3F | 2E |
| Octal | 144 | 53 | 300 | 60 | 116 | 0 | 31 | 407 | 77 | 56 |
| Binary | 1100100 | 101011 | 11000000 | 110000 | 1001110 | 0 | 11001 | 100000111 | 111111 | 101110 |
Color Harmonies of #642BC0
Complementary color
Monochromatic Colors of #642BC0
Black with #642BC0
Text Example
Text Example
White with #642BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BC0; }
p { color: rgb(100,43,192); }
H1.HeaderClassName
{
color: #642BC0;
}
.AnyTagClassName
{
color: #642BC0;
}
</style>
background-color css
<style>
a { background-color: #642BC0; }
a { background-color: rgb(100,43,192); }
div.DivClassName
{
background-color: #642BC0;
}
.BgClassName
{
background-color: #642BC0;
}
</style>
border-color css
<style>
span { border-color: #642BC0; }
span { border-color: rgb(100,43,192); }
td.TdClassName
{
border-color: #642BC0;
}
.TagClassName
{
border-color: #642BC0;
}
</style>