Shades of Purple Heart #640CCE
Tints of Purple Heart #640CCE
RGB
CMYK
RGB Variations
Color information
#640CCE (or 0x640CCE) is known color: Purple Heart. HEX triplet: 64, 0C and CE. RGB value is (100,12,206). Sum of RGB (Red+Green+Blue) = 100+12+206=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #640CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CCE is #9BF331. Grayscale: #3B3B3B. Windows color (decimal): -10220338 or 13503588. OLE color: 13503588.
HSL color Cylindrical-coordinate representation of color #640CCE: hue angle of 267.22º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640CCE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 12 | 206 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.19 |
| HSL | 267.22º | 0.89% | 0.43% | - |
| HSV(B) | 267.22º | 0.94% | 0.81% | - |
| XYZ | 16.53 | 7.43 | 58.96 | - |
| YUV | 60.43 | 210.15 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 206 | 0.51 | 0.94 | 0 | 0.19 | 267.22 | 0.89 | 0.43 |
| Hex | 64 | C | CE | 33 | 5E | 0 | 13 | 10B | 59 | 2B |
| Octal | 144 | 14 | 316 | 63 | 136 | 0 | 23 | 413 | 131 | 53 |
| Binary | 1100100 | 1100 | 11001110 | 110011 | 1011110 | 0 | 10011 | 100001011 | 1011001 | 101011 |
Color Harmonies of #640CCE
Complementary color
Monochromatic Colors of #640CCE
Black with #640CCE
Text Example
Text Example
White with #640CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CCE; }
p { color: rgb(100,12,206); }
H1.HeaderClassName
{
color: #640CCE;
}
.AnyTagClassName
{
color: #640CCE;
}
</style>
background-color css
<style>
a { background-color: #640CCE; }
a { background-color: rgb(100,12,206); }
div.DivClassName
{
background-color: #640CCE;
}
.BgClassName
{
background-color: #640CCE;
}
</style>
border-color css
<style>
span { border-color: #640CCE; }
span { border-color: rgb(100,12,206); }
td.TdClassName
{
border-color: #640CCE;
}
.TagClassName
{
border-color: #640CCE;
}
</style>