Shades of Purple Heart #522DCB
Tints of Purple Heart #522DCB
RGB
CMYK
RGB Variations
Color information
#522DCB (or 0x522DCB) is known color: Purple Heart. HEX triplet: 52, 2D and CB. RGB value is (82,45,203). Sum of RGB (Red+Green+Blue) = 82+45+203=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #522DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522DCB is #ADD234. Grayscale: #494949. Windows color (decimal): -11391541 or 13315410. OLE color: 13315410.
HSL color Cylindrical-coordinate representation of color #522DCB: hue angle of 254.05º degrees, saturation: 0.64, 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 #522DCB is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 45 | 203 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.20 |
| HSL | 254.05º | 0.64% | 0.49% | - |
| HSV(B) | 254.05º | 0.78% | 0.8% | - |
| XYZ | 15.2 | 7.98 | 57.24 | - |
| YUV | 74.08 | 200.76 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 203 | 0.60 | 0.78 | 0 | 0.20 | 254.05 | 0.64 | 0.49 |
| Hex | 52 | 2D | CB | 3C | 4E | 0 | 14 | FE | 40 | 31 |
| Octal | 122 | 55 | 313 | 74 | 116 | 0 | 24 | 376 | 100 | 61 |
| Binary | 1010010 | 101101 | 11001011 | 111100 | 1001110 | 0 | 10100 | 11111110 | 1000000 | 110001 |
Color Harmonies of #522DCB
Complementary color
Monochromatic Colors of #522DCB
Black with #522DCB
Text Example
Text Example
White with #522DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522DCB; }
p { color: rgb(82,45,203); }
H1.HeaderClassName
{
color: #522DCB;
}
.AnyTagClassName
{
color: #522DCB;
}
</style>
background-color css
<style>
a { background-color: #522DCB; }
a { background-color: rgb(82,45,203); }
div.DivClassName
{
background-color: #522DCB;
}
.BgClassName
{
background-color: #522DCB;
}
</style>
border-color css
<style>
span { border-color: #522DCB; }
span { border-color: rgb(82,45,203); }
td.TdClassName
{
border-color: #522DCB;
}
.TagClassName
{
border-color: #522DCB;
}
</style>