Shades of Purple Heart #643CDA
Tints of Purple Heart #643CDA
RGB
CMYK
RGB Variations
Color information
#643CDA (or 0x643CDA) is known color: Purple Heart. HEX triplet: 64, 3C and DA. RGB value is (100,60,218). Sum of RGB (Red+Green+Blue) = 100+60+218=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #643CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CDA is #9BC325. Grayscale: #595959. Windows color (decimal): -10208038 or 14302308. OLE color: 14302308.
HSL color Cylindrical-coordinate representation of color #643CDA: hue angle of 255.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #643CDA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 60 | 218 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.15 |
| HSL | 255.19º | 0.68% | 0.55% | - |
| HSV(B) | 255.19º | 0.72% | 0.85% | - |
| XYZ | 19.53 | 11 | 67.42 | - |
| YUV | 89.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 218 | 0.54 | 0.72 | 0 | 0.15 | 255.19 | 0.68 | 0.55 |
| Hex | 64 | 3C | DA | 36 | 48 | 0 | F | FF | 44 | 37 |
| Octal | 144 | 74 | 332 | 66 | 110 | 0 | 17 | 377 | 104 | 67 |
| Binary | 1100100 | 111100 | 11011010 | 110110 | 1001000 | 0 | 1111 | 11111111 | 1000100 | 110111 |
Color Harmonies of #643CDA
Complementary color
Monochromatic Colors of #643CDA
Black with #643CDA
Text Example
Text Example
White with #643CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CDA; }
p { color: rgb(100,60,218); }
H1.HeaderClassName
{
color: #643CDA;
}
.AnyTagClassName
{
color: #643CDA;
}
</style>
background-color css
<style>
a { background-color: #643CDA; }
a { background-color: rgb(100,60,218); }
div.DivClassName
{
background-color: #643CDA;
}
.BgClassName
{
background-color: #643CDA;
}
</style>
border-color css
<style>
span { border-color: #643CDA; }
span { border-color: rgb(100,60,218); }
td.TdClassName
{
border-color: #643CDA;
}
.TagClassName
{
border-color: #643CDA;
}
</style>