Shades of Purple Heart #5324CE
Tints of Purple Heart #5324CE
RGB
CMYK
RGB Variations
Color information
#5324CE (or 0x5324CE) is known color: Purple Heart. HEX triplet: 53, 24 and CE. RGB value is (83,36,206). Sum of RGB (Red+Green+Blue) = 83+36+206=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #5324CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324CE is #ACDB31. Grayscale: #444444. Windows color (decimal): -11328306 or 13509715. OLE color: 13509715.
HSL color Cylindrical-coordinate representation of color #5324CE: hue angle of 256.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5324CE is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 36 | 206 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.19 |
| HSL | 256.59º | 0.7% | 0.47% | - |
| HSV(B) | 256.59º | 0.83% | 0.81% | - |
| XYZ | 15.34 | 7.56 | 59.04 | - |
| YUV | 69.43 | 205.07 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 206 | 0.60 | 0.83 | 0 | 0.19 | 256.59 | 0.7 | 0.47 |
| Hex | 53 | 24 | CE | 3C | 53 | 0 | 13 | 101 | 46 | 2F |
| Octal | 123 | 44 | 316 | 74 | 123 | 0 | 23 | 401 | 106 | 57 |
| Binary | 1010011 | 100100 | 11001110 | 111100 | 1010011 | 0 | 10011 | 100000001 | 1000110 | 101111 |
Color Harmonies of #5324CE
Complementary color
Monochromatic Colors of #5324CE
Black with #5324CE
Text Example
Text Example
White with #5324CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324CE; }
p { color: rgb(83,36,206); }
H1.HeaderClassName
{
color: #5324CE;
}
.AnyTagClassName
{
color: #5324CE;
}
</style>
background-color css
<style>
a { background-color: #5324CE; }
a { background-color: rgb(83,36,206); }
div.DivClassName
{
background-color: #5324CE;
}
.BgClassName
{
background-color: #5324CE;
}
</style>
border-color css
<style>
span { border-color: #5324CE; }
span { border-color: rgb(83,36,206); }
td.TdClassName
{
border-color: #5324CE;
}
.TagClassName
{
border-color: #5324CE;
}
</style>