Shades of Purple Heart #521EBC
Tints of Purple Heart #521EBC
RGB
CMYK
RGB Variations
Color information
#521EBC (or 0x521EBC) is known color: Purple Heart. HEX triplet: 52, 1E and BC. RGB value is (82,30,188). Sum of RGB (Red+Green+Blue) = 82+30+188=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #521EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521EBC is #ADE143. Grayscale: #3E3E3E. Windows color (decimal): -11395396 or 12328530. OLE color: 12328530.
HSL color Cylindrical-coordinate representation of color #521EBC: hue angle of 259.75º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521EBC is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 30 | 188 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.26 |
| HSL | 259.75º | 0.72% | 0.43% | - |
| HSV(B) | 259.75º | 0.84% | 0.74% | - |
| XYZ | 13.02 | 6.35 | 48.12 | - |
| YUV | 63.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 188 | 0.56 | 0.84 | 0 | 0.26 | 259.75 | 0.72 | 0.43 |
| Hex | 52 | 1E | BC | 38 | 54 | 0 | 1A | 104 | 48 | 2B |
| Octal | 122 | 36 | 274 | 70 | 124 | 0 | 32 | 404 | 110 | 53 |
| Binary | 1010010 | 11110 | 10111100 | 111000 | 1010100 | 0 | 11010 | 100000100 | 1001000 | 101011 |
Color Harmonies of #521EBC
Complementary color
Monochromatic Colors of #521EBC
Black with #521EBC
Text Example
Text Example
White with #521EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EBC; }
p { color: rgb(82,30,188); }
H1.HeaderClassName
{
color: #521EBC;
}
.AnyTagClassName
{
color: #521EBC;
}
</style>
background-color css
<style>
a { background-color: #521EBC; }
a { background-color: rgb(82,30,188); }
div.DivClassName
{
background-color: #521EBC;
}
.BgClassName
{
background-color: #521EBC;
}
</style>
border-color css
<style>
span { border-color: #521EBC; }
span { border-color: rgb(82,30,188); }
td.TdClassName
{
border-color: #521EBC;
}
.TagClassName
{
border-color: #521EBC;
}
</style>