Shades of Purple Heart #5323D9
Tints of Purple Heart #5323D9
RGB
CMYK
RGB Variations
Color information
#5323D9 (or 0x5323D9) is known color: Purple Heart. HEX triplet: 53, 23 and D9. RGB value is (83,35,217). Sum of RGB (Red+Green+Blue) = 83+35+217=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #5323D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5323D9 is #ACDC26. Grayscale: #454545. Windows color (decimal): -11328551 or 14230355. OLE color: 14230355.
HSL color Cylindrical-coordinate representation of color #5323D9: hue angle of 255.82º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5323D9 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 35 | 217 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.15 |
| HSL | 255.82º | 0.72% | 0.49% | - |
| HSV(B) | 255.82º | 0.84% | 0.85% | - |
| XYZ | 16.69 | 8.05 | 66.32 | - |
| YUV | 70.1 | 210.9 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 217 | 0.62 | 0.84 | 0 | 0.15 | 255.82 | 0.72 | 0.49 |
| Hex | 53 | 23 | D9 | 3E | 54 | 0 | F | 100 | 48 | 31 |
| Octal | 123 | 43 | 331 | 76 | 124 | 0 | 17 | 400 | 110 | 61 |
| Binary | 1010011 | 100011 | 11011001 | 111110 | 1010100 | 0 | 1111 | 100000000 | 1001000 | 110001 |
Color Harmonies of #5323D9
Complementary color
Monochromatic Colors of #5323D9
Black with #5323D9
Text Example
Text Example
White with #5323D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5323D9; }
p { color: rgb(83,35,217); }
H1.HeaderClassName
{
color: #5323D9;
}
.AnyTagClassName
{
color: #5323D9;
}
</style>
background-color css
<style>
a { background-color: #5323D9; }
a { background-color: rgb(83,35,217); }
div.DivClassName
{
background-color: #5323D9;
}
.BgClassName
{
background-color: #5323D9;
}
</style>
border-color css
<style>
span { border-color: #5323D9; }
span { border-color: rgb(83,35,217); }
td.TdClassName
{
border-color: #5323D9;
}
.TagClassName
{
border-color: #5323D9;
}
</style>