Shades of Purple Heart #521ECA
Tints of Purple Heart #521ECA
RGB
CMYK
RGB Variations
Color information
#521ECA (or 0x521ECA) is known color: Purple Heart. HEX triplet: 52, 1E and CA. RGB value is (82,30,202). Sum of RGB (Red+Green+Blue) = 82+30+202=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #521ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ECA is #ADE135. Grayscale: #404040. Windows color (decimal): -11395382 or 13246034. OLE color: 13246034.
HSL color Cylindrical-coordinate representation of color #521ECA: hue angle of 258.14º 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 #521ECA is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 30 | 202 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.21 |
| HSL | 258.14º | 0.74% | 0.45% | - |
| HSV(B) | 258.14º | 0.85% | 0.79% | - |
| XYZ | 14.6 | 6.99 | 56.46 | - |
| YUV | 65.16 | 205.23 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 202 | 0.59 | 0.85 | 0 | 0.21 | 258.14 | 0.74 | 0.45 |
| Hex | 52 | 1E | CA | 3B | 55 | 0 | 15 | 102 | 4A | 2D |
| Octal | 122 | 36 | 312 | 73 | 125 | 0 | 25 | 402 | 112 | 55 |
| Binary | 1010010 | 11110 | 11001010 | 111011 | 1010101 | 0 | 10101 | 100000010 | 1001010 | 101101 |
Color Harmonies of #521ECA
Complementary color
Monochromatic Colors of #521ECA
Black with #521ECA
Text Example
Text Example
White with #521ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521ECA; }
p { color: rgb(82,30,202); }
H1.HeaderClassName
{
color: #521ECA;
}
.AnyTagClassName
{
color: #521ECA;
}
</style>
background-color css
<style>
a { background-color: #521ECA; }
a { background-color: rgb(82,30,202); }
div.DivClassName
{
background-color: #521ECA;
}
.BgClassName
{
background-color: #521ECA;
}
</style>
border-color css
<style>
span { border-color: #521ECA; }
span { border-color: rgb(82,30,202); }
td.TdClassName
{
border-color: #521ECA;
}
.TagClassName
{
border-color: #521ECA;
}
</style>