Shades of Purple Heart #531EC9
Tints of Purple Heart #531EC9
RGB
CMYK
RGB Variations
Color information
#531EC9 (or 0x531EC9) is known color: Purple Heart. HEX triplet: 53, 1E and C9. RGB value is (83,30,201). Sum of RGB (Red+Green+Blue) = 83+30+201=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #531EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531EC9 is #ACE136. Grayscale: #404040. Windows color (decimal): -11329847 or 13180499. OLE color: 13180499.
HSL color Cylindrical-coordinate representation of color #531EC9: hue angle of 258.6º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531EC9 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 30 | 201 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.21 |
| HSL | 258.6º | 0.74% | 0.45% | - |
| HSV(B) | 258.6º | 0.85% | 0.79% | - |
| XYZ | 14.57 | 6.98 | 55.84 | - |
| YUV | 65.34 | 204.56 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 201 | 0.59 | 0.85 | 0 | 0.21 | 258.6 | 0.74 | 0.45 |
| Hex | 53 | 1E | C9 | 3B | 55 | 0 | 15 | 103 | 4A | 2D |
| Octal | 123 | 36 | 311 | 73 | 125 | 0 | 25 | 403 | 112 | 55 |
| Binary | 1010011 | 11110 | 11001001 | 111011 | 1010101 | 0 | 10101 | 100000011 | 1001010 | 101101 |
Color Harmonies of #531EC9
Complementary color
Monochromatic Colors of #531EC9
Black with #531EC9
Text Example
Text Example
White with #531EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531EC9; }
p { color: rgb(83,30,201); }
H1.HeaderClassName
{
color: #531EC9;
}
.AnyTagClassName
{
color: #531EC9;
}
</style>
background-color css
<style>
a { background-color: #531EC9; }
a { background-color: rgb(83,30,201); }
div.DivClassName
{
background-color: #531EC9;
}
.BgClassName
{
background-color: #531EC9;
}
</style>
border-color css
<style>
span { border-color: #531EC9; }
span { border-color: rgb(83,30,201); }
td.TdClassName
{
border-color: #531EC9;
}
.TagClassName
{
border-color: #531EC9;
}
</style>