Shades of Purple Heart #521EC9
Tints of Purple Heart #521EC9
RGB
CMYK
RGB Variations
Color information
#521EC9 (or 0x521EC9) is known color: Purple Heart. HEX triplet: 52, 1E and C9. RGB value is (82,30,201). Sum of RGB (Red+Green+Blue) = 82+30+201=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #521EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EC9 is #ADE136. Grayscale: #404040. Windows color (decimal): -11395383 or 13180498. OLE color: 13180498.
HSL color Cylindrical-coordinate representation of color #521EC9: hue angle of 258.25º 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 #521EC9 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 30 | 201 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.21 |
| HSL | 258.25º | 0.74% | 0.45% | - |
| HSV(B) | 258.25º | 0.85% | 0.79% | - |
| XYZ | 14.49 | 6.94 | 55.83 | - |
| YUV | 65.04 | 204.73 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 201 | 0.59 | 0.85 | 0 | 0.21 | 258.25 | 0.74 | 0.45 |
| Hex | 52 | 1E | C9 | 3B | 55 | 0 | 15 | 102 | 4A | 2D |
| Octal | 122 | 36 | 311 | 73 | 125 | 0 | 25 | 402 | 112 | 55 |
| Binary | 1010010 | 11110 | 11001001 | 111011 | 1010101 | 0 | 10101 | 100000010 | 1001010 | 101101 |
Color Harmonies of #521EC9
Complementary color
Monochromatic Colors of #521EC9
Black with #521EC9
Text Example
Text Example
White with #521EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EC9; }
p { color: rgb(82,30,201); }
H1.HeaderClassName
{
color: #521EC9;
}
.AnyTagClassName
{
color: #521EC9;
}
</style>
background-color css
<style>
a { background-color: #521EC9; }
a { background-color: rgb(82,30,201); }
div.DivClassName
{
background-color: #521EC9;
}
.BgClassName
{
background-color: #521EC9;
}
</style>
border-color css
<style>
span { border-color: #521EC9; }
span { border-color: rgb(82,30,201); }
td.TdClassName
{
border-color: #521EC9;
}
.TagClassName
{
border-color: #521EC9;
}
</style>