Shades of Purple Heart #643BDA
Tints of Purple Heart #643BDA
RGB
CMYK
RGB Variations
Color information
#643BDA (or 0x643BDA) is known color: Purple Heart. HEX triplet: 64, 3B and DA. RGB value is (100,59,218). Sum of RGB (Red+Green+Blue) = 100+59+218=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #643BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BDA is #9BC425. Grayscale: #585858. Windows color (decimal): -10208294 or 14302052. OLE color: 14302052.
HSL color Cylindrical-coordinate representation of color #643BDA: hue angle of 255.47º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #643BDA is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 59 | 218 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.15 |
| HSL | 255.47º | 0.68% | 0.54% | - |
| HSV(B) | 255.47º | 0.73% | 0.85% | - |
| XYZ | 19.47 | 10.9 | 67.41 | - |
| YUV | 89.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 218 | 0.54 | 0.73 | 0 | 0.15 | 255.47 | 0.68 | 0.54 |
| Hex | 64 | 3B | DA | 36 | 49 | 0 | F | FF | 44 | 36 |
| Octal | 144 | 73 | 332 | 66 | 111 | 0 | 17 | 377 | 104 | 66 |
| Binary | 1100100 | 111011 | 11011010 | 110110 | 1001001 | 0 | 1111 | 11111111 | 1000100 | 110110 |
Color Harmonies of #643BDA
Complementary color
Monochromatic Colors of #643BDA
Black with #643BDA
Text Example
Text Example
White with #643BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BDA; }
p { color: rgb(100,59,218); }
H1.HeaderClassName
{
color: #643BDA;
}
.AnyTagClassName
{
color: #643BDA;
}
</style>
background-color css
<style>
a { background-color: #643BDA; }
a { background-color: rgb(100,59,218); }
div.DivClassName
{
background-color: #643BDA;
}
.BgClassName
{
background-color: #643BDA;
}
</style>
border-color css
<style>
span { border-color: #643BDA; }
span { border-color: rgb(100,59,218); }
td.TdClassName
{
border-color: #643BDA;
}
.TagClassName
{
border-color: #643BDA;
}
</style>