Shades of Purple Heart #5324D6
Tints of Purple Heart #5324D6
RGB
CMYK
RGB Variations
Color information
#5324D6 (or 0x5324D6) is known color: Purple Heart. HEX triplet: 53, 24 and D6. RGB value is (83,36,214). Sum of RGB (Red+Green+Blue) = 83+36+214=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 214 (83.98% from 255 or 64.26% from 333); Max value from RGB is 214 - color contains mainly: blue. Hex color #5324D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324D6 is #ACDB29. Grayscale: #454545. Windows color (decimal): -11328298 or 14034003. OLE color: 14034003.
HSL color Cylindrical-coordinate representation of color #5324D6: hue angle of 255.84º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5324D6 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 36 | 214 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.16 |
| HSL | 255.84º | 0.71% | 0.49% | - |
| HSV(B) | 255.84º | 0.83% | 0.84% | - |
| XYZ | 16.34 | 7.96 | 64.29 | - |
| YUV | 70.35 | 209.07 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 214 | 0.61 | 0.83 | 0 | 0.16 | 255.84 | 0.71 | 0.49 |
| Hex | 53 | 24 | D6 | 3D | 53 | 0 | 10 | 100 | 47 | 31 |
| Octal | 123 | 44 | 326 | 75 | 123 | 0 | 20 | 400 | 107 | 61 |
| Binary | 1010011 | 100100 | 11010110 | 111101 | 1010011 | 0 | 10000 | 100000000 | 1000111 | 110001 |
Color Harmonies of #5324D6
Complementary color
Monochromatic Colors of #5324D6
Black with #5324D6
Text Example
Text Example
White with #5324D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324D6; }
p { color: rgb(83,36,214); }
H1.HeaderClassName
{
color: #5324D6;
}
.AnyTagClassName
{
color: #5324D6;
}
</style>
background-color css
<style>
a { background-color: #5324D6; }
a { background-color: rgb(83,36,214); }
div.DivClassName
{
background-color: #5324D6;
}
.BgClassName
{
background-color: #5324D6;
}
</style>
border-color css
<style>
span { border-color: #5324D6; }
span { border-color: rgb(83,36,214); }
td.TdClassName
{
border-color: #5324D6;
}
.TagClassName
{
border-color: #5324D6;
}
</style>