Shades of Purple Heart #643CCE
Tints of Purple Heart #643CCE
RGB
CMYK
RGB Variations
Color information
#643CCE (or 0x643CCE) is known color: Purple Heart. HEX triplet: 64, 3C and CE. RGB value is (100,60,206). Sum of RGB (Red+Green+Blue) = 100+60+206=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #643CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CCE is #9BC331. Grayscale: #585858. Windows color (decimal): -10208050 or 13515876. OLE color: 13515876.
HSL color Cylindrical-coordinate representation of color #643CCE: hue angle of 256.44º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #643CCE is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 60 | 206 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.19 |
| HSL | 256.44º | 0.6% | 0.52% | - |
| HSV(B) | 256.44º | 0.71% | 0.81% | - |
| XYZ | 18.01 | 10.4 | 59.45 | - |
| YUV | 88.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 206 | 0.51 | 0.71 | 0 | 0.19 | 256.44 | 0.6 | 0.52 |
| Hex | 64 | 3C | CE | 33 | 47 | 0 | 13 | 100 | 3C | 34 |
| Octal | 144 | 74 | 316 | 63 | 107 | 0 | 23 | 400 | 74 | 64 |
| Binary | 1100100 | 111100 | 11001110 | 110011 | 1000111 | 0 | 10011 | 100000000 | 111100 | 110100 |
Color Harmonies of #643CCE
Complementary color
Monochromatic Colors of #643CCE
Black with #643CCE
Text Example
Text Example
White with #643CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CCE; }
p { color: rgb(100,60,206); }
H1.HeaderClassName
{
color: #643CCE;
}
.AnyTagClassName
{
color: #643CCE;
}
</style>
background-color css
<style>
a { background-color: #643CCE; }
a { background-color: rgb(100,60,206); }
div.DivClassName
{
background-color: #643CCE;
}
.BgClassName
{
background-color: #643CCE;
}
</style>
border-color css
<style>
span { border-color: #643CCE; }
span { border-color: rgb(100,60,206); }
td.TdClassName
{
border-color: #643CCE;
}
.TagClassName
{
border-color: #643CCE;
}
</style>