Shades of Purple Heart #5324CF
Tints of Purple Heart #5324CF
RGB
CMYK
RGB Variations
Color information
#5324CF (or 0x5324CF) is known color: Purple Heart. HEX triplet: 53, 24 and CF. RGB value is (83,36,207). Sum of RGB (Red+Green+Blue) = 83+36+207=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #5324CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324CF is #ACDB30. Grayscale: #444444. Windows color (decimal): -11328305 or 13575251. OLE color: 13575251.
HSL color Cylindrical-coordinate representation of color #5324CF: hue angle of 256.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5324CF is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 36 | 207 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.19 |
| HSL | 256.49º | 0.7% | 0.48% | - |
| HSV(B) | 256.49º | 0.83% | 0.81% | - |
| XYZ | 15.46 | 7.61 | 59.68 | - |
| YUV | 69.55 | 205.57 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 207 | 0.60 | 0.83 | 0 | 0.19 | 256.49 | 0.7 | 0.48 |
| Hex | 53 | 24 | CF | 3C | 53 | 0 | 13 | 100 | 46 | 30 |
| Octal | 123 | 44 | 317 | 74 | 123 | 0 | 23 | 400 | 106 | 60 |
| Binary | 1010011 | 100100 | 11001111 | 111100 | 1010011 | 0 | 10011 | 100000000 | 1000110 | 110000 |
Color Harmonies of #5324CF
Complementary color
Monochromatic Colors of #5324CF
Black with #5324CF
Text Example
Text Example
White with #5324CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324CF; }
p { color: rgb(83,36,207); }
H1.HeaderClassName
{
color: #5324CF;
}
.AnyTagClassName
{
color: #5324CF;
}
</style>
background-color css
<style>
a { background-color: #5324CF; }
a { background-color: rgb(83,36,207); }
div.DivClassName
{
background-color: #5324CF;
}
.BgClassName
{
background-color: #5324CF;
}
</style>
border-color css
<style>
span { border-color: #5324CF; }
span { border-color: rgb(83,36,207); }
td.TdClassName
{
border-color: #5324CF;
}
.TagClassName
{
border-color: #5324CF;
}
</style>