Shades of Purple Heart #643CCD
Tints of Purple Heart #643CCD
RGB
CMYK
RGB Variations
Color information
#643CCD (or 0x643CCD) is known color: Purple Heart. HEX triplet: 64, 3C and CD. RGB value is (100,60,205). Sum of RGB (Red+Green+Blue) = 100+60+205=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #643CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CCD is #9BC332. Grayscale: #575757. Windows color (decimal): -10208051 or 13450340. OLE color: 13450340.
HSL color Cylindrical-coordinate representation of color #643CCD: hue angle of 256.55º 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 #643CCD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 60 | 205 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.20 |
| HSL | 256.55º | 0.59% | 0.52% | - |
| HSV(B) | 256.55º | 0.71% | 0.8% | - |
| XYZ | 17.89 | 10.35 | 58.81 | - |
| YUV | 88.49 | 193.75 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 205 | 0.51 | 0.71 | 0 | 0.20 | 256.55 | 0.59 | 0.52 |
| Hex | 64 | 3C | CD | 33 | 47 | 0 | 14 | 101 | 3B | 34 |
| Octal | 144 | 74 | 315 | 63 | 107 | 0 | 24 | 401 | 73 | 64 |
| Binary | 1100100 | 111100 | 11001101 | 110011 | 1000111 | 0 | 10100 | 100000001 | 111011 | 110100 |
Color Harmonies of #643CCD
Complementary color
Monochromatic Colors of #643CCD
Black with #643CCD
Text Example
Text Example
White with #643CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CCD; }
p { color: rgb(100,60,205); }
H1.HeaderClassName
{
color: #643CCD;
}
.AnyTagClassName
{
color: #643CCD;
}
</style>
background-color css
<style>
a { background-color: #643CCD; }
a { background-color: rgb(100,60,205); }
div.DivClassName
{
background-color: #643CCD;
}
.BgClassName
{
background-color: #643CCD;
}
</style>
border-color css
<style>
span { border-color: #643CCD; }
span { border-color: rgb(100,60,205); }
td.TdClassName
{
border-color: #643CCD;
}
.TagClassName
{
border-color: #643CCD;
}
</style>