Shades of Purple Heart #522AD5
Tints of Purple Heart #522AD5
RGB
CMYK
RGB Variations
Color information
#522AD5 (or 0x522AD5) is known color: Purple Heart. HEX triplet: 52, 2A and D5. RGB value is (82,42,213). Sum of RGB (Red+Green+Blue) = 82+42+213=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #522AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522AD5 is #ADD52A. Grayscale: #484848. Windows color (decimal): -11392299 or 13970002. OLE color: 13970002.
HSL color Cylindrical-coordinate representation of color #522AD5: hue angle of 254.04º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522AD5 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 42 | 213 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.16 |
| HSL | 254.04º | 0.67% | 0.5% | - |
| HSV(B) | 254.04º | 0.8% | 0.84% | - |
| XYZ | 16.32 | 8.25 | 63.68 | - |
| YUV | 73.45 | 206.75 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 213 | 0.62 | 0.80 | 0 | 0.16 | 254.04 | 0.67 | 0.5 |
| Hex | 52 | 2A | D5 | 3E | 50 | 0 | 10 | FE | 43 | 32 |
| Octal | 122 | 52 | 325 | 76 | 120 | 0 | 20 | 376 | 103 | 62 |
| Binary | 1010010 | 101010 | 11010101 | 111110 | 1010000 | 0 | 10000 | 11111110 | 1000011 | 110010 |
Color Harmonies of #522AD5
Complementary color
Monochromatic Colors of #522AD5
Black with #522AD5
Text Example
Text Example
White with #522AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522AD5; }
p { color: rgb(82,42,213); }
H1.HeaderClassName
{
color: #522AD5;
}
.AnyTagClassName
{
color: #522AD5;
}
</style>
background-color css
<style>
a { background-color: #522AD5; }
a { background-color: rgb(82,42,213); }
div.DivClassName
{
background-color: #522AD5;
}
.BgClassName
{
background-color: #522AD5;
}
</style>
border-color css
<style>
span { border-color: #522AD5; }
span { border-color: rgb(82,42,213); }
td.TdClassName
{
border-color: #522AD5;
}
.TagClassName
{
border-color: #522AD5;
}
</style>