Shades of Purple Heart #5324B2
Tints of Purple Heart #5324B2
RGB
CMYK
RGB Variations
Color information
#5324B2 (or 0x5324B2) is known color: Purple Heart. HEX triplet: 53, 24 and B2. RGB value is (83,36,178). Sum of RGB (Red+Green+Blue) = 83+36+178=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #5324B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5324B2 is #ACDB4D. Grayscale: #414141. Windows color (decimal): -11328334 or 11674707. OLE color: 11674707.
HSL color Cylindrical-coordinate representation of color #5324B2: hue angle of 259.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5324B2 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 36 | 178 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.30 |
| HSL | 259.86º | 0.66% | 0.42% | - |
| HSV(B) | 259.86º | 0.8% | 0.7% | - |
| XYZ | 12.23 | 6.32 | 42.69 | - |
| YUV | 66.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 178 | 0.53 | 0.80 | 0 | 0.30 | 259.86 | 0.66 | 0.42 |
| Hex | 53 | 24 | B2 | 35 | 50 | 0 | 1E | 104 | 42 | 2A |
| Octal | 123 | 44 | 262 | 65 | 120 | 0 | 36 | 404 | 102 | 52 |
| Binary | 1010011 | 100100 | 10110010 | 110101 | 1010000 | 0 | 11110 | 100000100 | 1000010 | 101010 |
Color Harmonies of #5324B2
Complementary color
Monochromatic Colors of #5324B2
Black with #5324B2
Text Example
Text Example
White with #5324B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324B2; }
p { color: rgb(83,36,178); }
H1.HeaderClassName
{
color: #5324B2;
}
.AnyTagClassName
{
color: #5324B2;
}
</style>
background-color css
<style>
a { background-color: #5324B2; }
a { background-color: rgb(83,36,178); }
div.DivClassName
{
background-color: #5324B2;
}
.BgClassName
{
background-color: #5324B2;
}
</style>
border-color css
<style>
span { border-color: #5324B2; }
span { border-color: rgb(83,36,178); }
td.TdClassName
{
border-color: #5324B2;
}
.TagClassName
{
border-color: #5324B2;
}
</style>