Shades of Purple Heart #531DA8
Tints of Purple Heart #531DA8
RGB
CMYK
RGB Variations
Color information
#531DA8 (or 0x531DA8) is known color: Purple Heart. HEX triplet: 53, 1D and A8. RGB value is (83,29,168). Sum of RGB (Red+Green+Blue) = 83+29+168=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 168 (66.02% from 255 or 60% from 280); Max value from RGB is 168 - color contains mainly: blue. Hex color #531DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531DA8 is #ACE257. Grayscale: #3C3C3C. Windows color (decimal): -11330136 or 11017555. OLE color: 11017555.
HSL color Cylindrical-coordinate representation of color #531DA8: hue angle of 263.31º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531DA8 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 29 | 168 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.34 |
| HSL | 263.31º | 0.71% | 0.39% | - |
| HSV(B) | 263.31º | 0.83% | 0.66% | - |
| XYZ | 11.07 | 5.54 | 37.53 | - |
| YUV | 60.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 168 | 0.51 | 0.83 | 0 | 0.34 | 263.31 | 0.71 | 0.39 |
| Hex | 53 | 1D | A8 | 33 | 53 | 0 | 22 | 107 | 47 | 27 |
| Octal | 123 | 35 | 250 | 63 | 123 | 0 | 42 | 407 | 107 | 47 |
| Binary | 1010011 | 11101 | 10101000 | 110011 | 1010011 | 0 | 100010 | 100000111 | 1000111 | 100111 |
Color Harmonies of #531DA8
Complementary color
Monochromatic Colors of #531DA8
Black with #531DA8
Text Example
Text Example
White with #531DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531DA8; }
p { color: rgb(83,29,168); }
H1.HeaderClassName
{
color: #531DA8;
}
.AnyTagClassName
{
color: #531DA8;
}
</style>
background-color css
<style>
a { background-color: #531DA8; }
a { background-color: rgb(83,29,168); }
div.DivClassName
{
background-color: #531DA8;
}
.BgClassName
{
background-color: #531DA8;
}
</style>
border-color css
<style>
span { border-color: #531DA8; }
span { border-color: rgb(83,29,168); }
td.TdClassName
{
border-color: #531DA8;
}
.TagClassName
{
border-color: #531DA8;
}
</style>