Shades of Purple Heart #5324CA
Tints of Purple Heart #5324CA
RGB
CMYK
RGB Variations
Color information
#5324CA (or 0x5324CA) is known color: Purple Heart. HEX triplet: 53, 24 and CA. RGB value is (83,36,202). Sum of RGB (Red+Green+Blue) = 83+36+202=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #5324CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324CA is #ACDB35. Grayscale: #444444. Windows color (decimal): -11328310 or 13247571. OLE color: 13247571.
HSL color Cylindrical-coordinate representation of color #5324CA: hue angle of 256.99º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5324CA is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 36 | 202 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.21 |
| HSL | 256.99º | 0.7% | 0.47% | - |
| HSV(B) | 256.99º | 0.82% | 0.79% | - |
| XYZ | 14.86 | 7.37 | 56.52 | - |
| YUV | 68.98 | 203.07 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 202 | 0.59 | 0.82 | 0 | 0.21 | 256.99 | 0.7 | 0.47 |
| Hex | 53 | 24 | CA | 3B | 52 | 0 | 15 | 101 | 46 | 2F |
| Octal | 123 | 44 | 312 | 73 | 122 | 0 | 25 | 401 | 106 | 57 |
| Binary | 1010011 | 100100 | 11001010 | 111011 | 1010010 | 0 | 10101 | 100000001 | 1000110 | 101111 |
Color Harmonies of #5324CA
Complementary color
Monochromatic Colors of #5324CA
Black with #5324CA
Text Example
Text Example
White with #5324CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324CA; }
p { color: rgb(83,36,202); }
H1.HeaderClassName
{
color: #5324CA;
}
.AnyTagClassName
{
color: #5324CA;
}
</style>
background-color css
<style>
a { background-color: #5324CA; }
a { background-color: rgb(83,36,202); }
div.DivClassName
{
background-color: #5324CA;
}
.BgClassName
{
background-color: #5324CA;
}
</style>
border-color css
<style>
span { border-color: #5324CA; }
span { border-color: rgb(83,36,202); }
td.TdClassName
{
border-color: #5324CA;
}
.TagClassName
{
border-color: #5324CA;
}
</style>