Shades of Purple Heart #643CD6
Tints of Purple Heart #643CD6
RGB
CMYK
RGB Variations
Color information
#643CD6 (or 0x643CD6) is known color: Purple Heart. HEX triplet: 64, 3C and D6. RGB value is (100,60,214). Sum of RGB (Red+Green+Blue) = 100+60+214=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #643CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CD6 is #9BC329. Grayscale: #585858. Windows color (decimal): -10208042 or 14040164. OLE color: 14040164.
HSL color Cylindrical-coordinate representation of color #643CD6: hue angle of 255.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #643CD6 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 60 | 214 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.16 |
| HSL | 255.58º | 0.65% | 0.54% | - |
| HSV(B) | 255.58º | 0.72% | 0.84% | - |
| XYZ | 19.01 | 10.8 | 64.7 | - |
| YUV | 89.52 | 198.25 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 214 | 0.53 | 0.72 | 0 | 0.16 | 255.58 | 0.65 | 0.54 |
| Hex | 64 | 3C | D6 | 35 | 48 | 0 | 10 | 100 | 41 | 36 |
| Octal | 144 | 74 | 326 | 65 | 110 | 0 | 20 | 400 | 101 | 66 |
| Binary | 1100100 | 111100 | 11010110 | 110101 | 1001000 | 0 | 10000 | 100000000 | 1000001 | 110110 |
Color Harmonies of #643CD6
Complementary color
Monochromatic Colors of #643CD6
Black with #643CD6
Text Example
Text Example
White with #643CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CD6; }
p { color: rgb(100,60,214); }
H1.HeaderClassName
{
color: #643CD6;
}
.AnyTagClassName
{
color: #643CD6;
}
</style>
background-color css
<style>
a { background-color: #643CD6; }
a { background-color: rgb(100,60,214); }
div.DivClassName
{
background-color: #643CD6;
}
.BgClassName
{
background-color: #643CD6;
}
</style>
border-color css
<style>
span { border-color: #643CD6; }
span { border-color: rgb(100,60,214); }
td.TdClassName
{
border-color: #643CD6;
}
.TagClassName
{
border-color: #643CD6;
}
</style>