Shades of Purple Heart #522ECD
Tints of Purple Heart #522ECD
RGB
CMYK
RGB Variations
Color information
#522ECD (or 0x522ECD) is known color: Purple Heart. HEX triplet: 52, 2E and CD. RGB value is (82,46,205). Sum of RGB (Red+Green+Blue) = 82+46+205=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #522ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ECD is #ADD132. Grayscale: #4A4A4A. Windows color (decimal): -11391283 or 13446738. OLE color: 13446738.
HSL color Cylindrical-coordinate representation of color #522ECD: hue angle of 253.58º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522ECD is Cyan = 0.6, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 46 | 205 | - |
| CMYK | 0.6 | 0.78 | 0 | 0.20 |
| HSL | 253.58º | 0.63% | 0.49% | - |
| HSV(B) | 253.58º | 0.78% | 0.8% | - |
| XYZ | 15.48 | 8.16 | 58.52 | - |
| YUV | 74.89 | 201.43 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 205 | 0.6 | 0.78 | 0 | 0.20 | 253.58 | 0.63 | 0.49 |
| Hex | 52 | 2E | CD | 3C | 4E | 0 | 14 | FE | 3F | 31 |
| Octal | 122 | 56 | 315 | 74 | 116 | 0 | 24 | 376 | 77 | 61 |
| Binary | 1010010 | 101110 | 11001101 | 111100 | 1001110 | 0 | 10100 | 11111110 | 111111 | 110001 |
Color Harmonies of #522ECD
Complementary color
Monochromatic Colors of #522ECD
Black with #522ECD
Text Example
Text Example
White with #522ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522ECD; }
p { color: rgb(82,46,205); }
H1.HeaderClassName
{
color: #522ECD;
}
.AnyTagClassName
{
color: #522ECD;
}
</style>
background-color css
<style>
a { background-color: #522ECD; }
a { background-color: rgb(82,46,205); }
div.DivClassName
{
background-color: #522ECD;
}
.BgClassName
{
background-color: #522ECD;
}
</style>
border-color css
<style>
span { border-color: #522ECD; }
span { border-color: rgb(82,46,205); }
td.TdClassName
{
border-color: #522ECD;
}
.TagClassName
{
border-color: #522ECD;
}
</style>