Shades of Purple Heart #643BCD
Tints of Purple Heart #643BCD
RGB
CMYK
RGB Variations
Color information
#643BCD (or 0x643BCD) is known color: Purple Heart. HEX triplet: 64, 3B and CD. RGB value is (100,59,205). Sum of RGB (Red+Green+Blue) = 100+59+205=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #643BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BCD is #9BC432. Grayscale: #575757. Windows color (decimal): -10208307 or 13450084. OLE color: 13450084.
HSL color Cylindrical-coordinate representation of color #643BCD: hue angle of 256.85º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #643BCD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 59 | 205 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.20 |
| HSL | 256.85º | 0.59% | 0.52% | - |
| HSV(B) | 256.85º | 0.71% | 0.8% | - |
| XYZ | 17.84 | 10.25 | 58.79 | - |
| YUV | 87.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 205 | 0.51 | 0.71 | 0 | 0.20 | 256.85 | 0.59 | 0.52 |
| Hex | 64 | 3B | CD | 33 | 47 | 0 | 14 | 101 | 3B | 34 |
| Octal | 144 | 73 | 315 | 63 | 107 | 0 | 24 | 401 | 73 | 64 |
| Binary | 1100100 | 111011 | 11001101 | 110011 | 1000111 | 0 | 10100 | 100000001 | 111011 | 110100 |
Color Harmonies of #643BCD
Complementary color
Monochromatic Colors of #643BCD
Black with #643BCD
Text Example
Text Example
White with #643BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BCD; }
p { color: rgb(100,59,205); }
H1.HeaderClassName
{
color: #643BCD;
}
.AnyTagClassName
{
color: #643BCD;
}
</style>
background-color css
<style>
a { background-color: #643BCD; }
a { background-color: rgb(100,59,205); }
div.DivClassName
{
background-color: #643BCD;
}
.BgClassName
{
background-color: #643BCD;
}
</style>
border-color css
<style>
span { border-color: #643BCD; }
span { border-color: rgb(100,59,205); }
td.TdClassName
{
border-color: #643BCD;
}
.TagClassName
{
border-color: #643BCD;
}
</style>