Shades of Purple Heart #643CC5
Tints of Purple Heart #643CC5
RGB
CMYK
RGB Variations
Color information
#643CC5 (or 0x643CC5) is known color: Purple Heart. HEX triplet: 64, 3C and C5. RGB value is (100,60,197). Sum of RGB (Red+Green+Blue) = 100+60+197=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #643CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CC5 is #9BC33A. Grayscale: #575757. Windows color (decimal): -10208059 or 12926052. OLE color: 12926052.
HSL color Cylindrical-coordinate representation of color #643CC5: hue angle of 257.52º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #643CC5 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 60 | 197 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.23 |
| HSL | 257.52º | 0.54% | 0.5% | - |
| HSV(B) | 257.52º | 0.7% | 0.77% | - |
| XYZ | 16.95 | 9.97 | 53.85 | - |
| YUV | 87.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 197 | 0.49 | 0.70 | 0 | 0.23 | 257.52 | 0.54 | 0.5 |
| Hex | 64 | 3C | C5 | 31 | 46 | 0 | 17 | 102 | 36 | 32 |
| Octal | 144 | 74 | 305 | 61 | 106 | 0 | 27 | 402 | 66 | 62 |
| Binary | 1100100 | 111100 | 11000101 | 110001 | 1000110 | 0 | 10111 | 100000010 | 110110 | 110010 |
Color Harmonies of #643CC5
Complementary color
Monochromatic Colors of #643CC5
Black with #643CC5
Text Example
Text Example
White with #643CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CC5; }
p { color: rgb(100,60,197); }
H1.HeaderClassName
{
color: #643CC5;
}
.AnyTagClassName
{
color: #643CC5;
}
</style>
background-color css
<style>
a { background-color: #643CC5; }
a { background-color: rgb(100,60,197); }
div.DivClassName
{
background-color: #643CC5;
}
.BgClassName
{
background-color: #643CC5;
}
</style>
border-color css
<style>
span { border-color: #643CC5; }
span { border-color: rgb(100,60,197); }
td.TdClassName
{
border-color: #643CC5;
}
.TagClassName
{
border-color: #643CC5;
}
</style>