Shades of Purple Heart #522ECF
Tints of Purple Heart #522ECF
RGB
CMYK
RGB Variations
Color information
#522ECF (or 0x522ECF) is known color: Purple Heart. HEX triplet: 52, 2E and CF. RGB value is (82,46,207). Sum of RGB (Red+Green+Blue) = 82+46+207=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #522ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ECF is #ADD130. Grayscale: #4A4A4A. Windows color (decimal): -11391281 or 13577810. OLE color: 13577810.
HSL color Cylindrical-coordinate representation of color #522ECF: hue angle of 253.42º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522ECF is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 46 | 207 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.19 |
| HSL | 253.42º | 0.64% | 0.5% | - |
| HSV(B) | 253.42º | 0.78% | 0.81% | - |
| XYZ | 15.72 | 8.25 | 59.8 | - |
| YUV | 75.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 207 | 0.60 | 0.78 | 0 | 0.19 | 253.42 | 0.64 | 0.5 |
| Hex | 52 | 2E | CF | 3C | 4E | 0 | 13 | FD | 40 | 32 |
| Octal | 122 | 56 | 317 | 74 | 116 | 0 | 23 | 375 | 100 | 62 |
| Binary | 1010010 | 101110 | 11001111 | 111100 | 1001110 | 0 | 10011 | 11111101 | 1000000 | 110010 |
Color Harmonies of #522ECF
Complementary color
Monochromatic Colors of #522ECF
Black with #522ECF
Text Example
Text Example
White with #522ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522ECF; }
p { color: rgb(82,46,207); }
H1.HeaderClassName
{
color: #522ECF;
}
.AnyTagClassName
{
color: #522ECF;
}
</style>
background-color css
<style>
a { background-color: #522ECF; }
a { background-color: rgb(82,46,207); }
div.DivClassName
{
background-color: #522ECF;
}
.BgClassName
{
background-color: #522ECF;
}
</style>
border-color css
<style>
span { border-color: #522ECF; }
span { border-color: rgb(82,46,207); }
td.TdClassName
{
border-color: #522ECF;
}
.TagClassName
{
border-color: #522ECF;
}
</style>