Shades of Purple Heart #642FCE
Tints of Purple Heart #642FCE
RGB
CMYK
RGB Variations
Color information
#642FCE (or 0x642FCE) is known color: Purple Heart. HEX triplet: 64, 2F and CE. RGB value is (100,47,206). Sum of RGB (Red+Green+Blue) = 100+47+206=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #642FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FCE is #9BD031. Grayscale: #505050. Windows color (decimal): -10211378 or 13512548. OLE color: 13512548.
HSL color Cylindrical-coordinate representation of color #642FCE: hue angle of 260º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642FCE is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 47 | 206 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.19 |
| HSL | 260º | 0.63% | 0.5% | - |
| HSV(B) | 260º | 0.77% | 0.81% | - |
| XYZ | 17.41 | 9.2 | 59.25 | - |
| YUV | 80.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 206 | 0.51 | 0.77 | 0 | 0.19 | 260 | 0.63 | 0.5 |
| Hex | 64 | 2F | CE | 33 | 4D | 0 | 13 | 104 | 3F | 32 |
| Octal | 144 | 57 | 316 | 63 | 115 | 0 | 23 | 404 | 77 | 62 |
| Binary | 1100100 | 101111 | 11001110 | 110011 | 1001101 | 0 | 10011 | 100000100 | 111111 | 110010 |
Color Harmonies of #642FCE
Complementary color
Monochromatic Colors of #642FCE
Black with #642FCE
Text Example
Text Example
White with #642FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FCE; }
p { color: rgb(100,47,206); }
H1.HeaderClassName
{
color: #642FCE;
}
.AnyTagClassName
{
color: #642FCE;
}
</style>
background-color css
<style>
a { background-color: #642FCE; }
a { background-color: rgb(100,47,206); }
div.DivClassName
{
background-color: #642FCE;
}
.BgClassName
{
background-color: #642FCE;
}
</style>
border-color css
<style>
span { border-color: #642FCE; }
span { border-color: rgb(100,47,206); }
td.TdClassName
{
border-color: #642FCE;
}
.TagClassName
{
border-color: #642FCE;
}
</style>