Shades of Purple Heart #522FCD
Tints of Purple Heart #522FCD
RGB
CMYK
RGB Variations
Color information
#522FCD (or 0x522FCD) is known color: Purple Heart. HEX triplet: 52, 2F and CD. RGB value is (82,47,205). Sum of RGB (Red+Green+Blue) = 82+47+205=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #522FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522FCD is #ADD032. Grayscale: #4A4A4A. Windows color (decimal): -11391027 or 13446994. OLE color: 13446994.
HSL color Cylindrical-coordinate representation of color #522FCD: hue angle of 253.29º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522FCD is Cyan = 0.6, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 47 | 205 | - |
| CMYK | 0.6 | 0.77 | 0 | 0.20 |
| HSL | 253.29º | 0.63% | 0.49% | - |
| HSV(B) | 253.29º | 0.77% | 0.8% | - |
| XYZ | 15.52 | 8.23 | 58.53 | - |
| YUV | 75.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 205 | 0.6 | 0.77 | 0 | 0.20 | 253.29 | 0.63 | 0.49 |
| Hex | 52 | 2F | CD | 3C | 4D | 0 | 14 | FD | 3F | 31 |
| Octal | 122 | 57 | 315 | 74 | 115 | 0 | 24 | 375 | 77 | 61 |
| Binary | 1010010 | 101111 | 11001101 | 111100 | 1001101 | 0 | 10100 | 11111101 | 111111 | 110001 |
Color Harmonies of #522FCD
Complementary color
Monochromatic Colors of #522FCD
Black with #522FCD
Text Example
Text Example
White with #522FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522FCD; }
p { color: rgb(82,47,205); }
H1.HeaderClassName
{
color: #522FCD;
}
.AnyTagClassName
{
color: #522FCD;
}
</style>
background-color css
<style>
a { background-color: #522FCD; }
a { background-color: rgb(82,47,205); }
div.DivClassName
{
background-color: #522FCD;
}
.BgClassName
{
background-color: #522FCD;
}
</style>
border-color css
<style>
span { border-color: #522FCD; }
span { border-color: rgb(82,47,205); }
td.TdClassName
{
border-color: #522FCD;
}
.TagClassName
{
border-color: #522FCD;
}
</style>