Shades of Purple Heart #522BDA
Tints of Purple Heart #522BDA
RGB
CMYK
RGB Variations
Color information
#522BDA (or 0x522BDA) is known color: Purple Heart. HEX triplet: 52, 2B and DA. RGB value is (82,43,218). Sum of RGB (Red+Green+Blue) = 82+43+218=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #522BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BDA is #ADD425. Grayscale: #494949. Windows color (decimal): -11392038 or 14297938. OLE color: 14297938.
HSL color Cylindrical-coordinate representation of color #522BDA: hue angle of 253.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522BDA is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 43 | 218 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.15 |
| HSL | 253.37º | 0.7% | 0.51% | - |
| HSV(B) | 253.37º | 0.8% | 0.85% | - |
| XYZ | 17 | 8.58 | 67.09 | - |
| YUV | 74.61 | 208.92 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 218 | 0.62 | 0.80 | 0 | 0.15 | 253.37 | 0.7 | 0.51 |
| Hex | 52 | 2B | DA | 3E | 50 | 0 | F | FD | 46 | 33 |
| Octal | 122 | 53 | 332 | 76 | 120 | 0 | 17 | 375 | 106 | 63 |
| Binary | 1010010 | 101011 | 11011010 | 111110 | 1010000 | 0 | 1111 | 11111101 | 1000110 | 110011 |
Color Harmonies of #522BDA
Complementary color
Monochromatic Colors of #522BDA
Black with #522BDA
Text Example
Text Example
White with #522BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BDA; }
p { color: rgb(82,43,218); }
H1.HeaderClassName
{
color: #522BDA;
}
.AnyTagClassName
{
color: #522BDA;
}
</style>
background-color css
<style>
a { background-color: #522BDA; }
a { background-color: rgb(82,43,218); }
div.DivClassName
{
background-color: #522BDA;
}
.BgClassName
{
background-color: #522BDA;
}
</style>
border-color css
<style>
span { border-color: #522BDA; }
span { border-color: rgb(82,43,218); }
td.TdClassName
{
border-color: #522BDA;
}
.TagClassName
{
border-color: #522BDA;
}
</style>