Shades of Purple Heart #642CBF
Tints of Purple Heart #642CBF
RGB
CMYK
RGB Variations
Color information
#642CBF (or 0x642CBF) is known color: Purple Heart. HEX triplet: 64, 2C and BF. RGB value is (100,44,191). Sum of RGB (Red+Green+Blue) = 100+44+191=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #642CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CBF is #9BD340. Grayscale: #4C4C4C. Windows color (decimal): -10212161 or 12528740. OLE color: 12528740.
HSL color Cylindrical-coordinate representation of color #642CBF: hue angle of 262.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642CBF is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 44 | 191 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.25 |
| HSL | 262.86º | 0.63% | 0.46% | - |
| HSV(B) | 262.86º | 0.77% | 0.75% | - |
| XYZ | 15.56 | 8.27 | 50.07 | - |
| YUV | 77.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 191 | 0.48 | 0.77 | 0 | 0.25 | 262.86 | 0.63 | 0.46 |
| Hex | 64 | 2C | BF | 30 | 4D | 0 | 19 | 107 | 3F | 2E |
| Octal | 144 | 54 | 277 | 60 | 115 | 0 | 31 | 407 | 77 | 56 |
| Binary | 1100100 | 101100 | 10111111 | 110000 | 1001101 | 0 | 11001 | 100000111 | 111111 | 101110 |
Color Harmonies of #642CBF
Complementary color
Monochromatic Colors of #642CBF
Black with #642CBF
Text Example
Text Example
White with #642CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CBF; }
p { color: rgb(100,44,191); }
H1.HeaderClassName
{
color: #642CBF;
}
.AnyTagClassName
{
color: #642CBF;
}
</style>
background-color css
<style>
a { background-color: #642CBF; }
a { background-color: rgb(100,44,191); }
div.DivClassName
{
background-color: #642CBF;
}
.BgClassName
{
background-color: #642CBF;
}
</style>
border-color css
<style>
span { border-color: #642CBF; }
span { border-color: rgb(100,44,191); }
td.TdClassName
{
border-color: #642CBF;
}
.TagClassName
{
border-color: #642CBF;
}
</style>