Shades of Purple Heart #522BC2
Tints of Purple Heart #522BC2
RGB
CMYK
RGB Variations
Color information
#522BC2 (or 0x522BC2) is known color: Purple Heart. HEX triplet: 52, 2B and C2. RGB value is (82,43,194). Sum of RGB (Red+Green+Blue) = 82+43+194=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #522BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BC2 is #ADD43D. Grayscale: #474747. Windows color (decimal): -11392062 or 12725074. OLE color: 12725074.
HSL color Cylindrical-coordinate representation of color #522BC2: hue angle of 255.5º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522BC2 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 43 | 194 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.24 |
| HSL | 255.5º | 0.64% | 0.46% | - |
| HSV(B) | 255.5º | 0.78% | 0.76% | - |
| XYZ | 14.08 | 7.42 | 51.73 | - |
| YUV | 71.88 | 196.92 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 194 | 0.58 | 0.78 | 0 | 0.24 | 255.5 | 0.64 | 0.46 |
| Hex | 52 | 2B | C2 | 3A | 4E | 0 | 18 | FF | 40 | 2E |
| Octal | 122 | 53 | 302 | 72 | 116 | 0 | 30 | 377 | 100 | 56 |
| Binary | 1010010 | 101011 | 11000010 | 111010 | 1001110 | 0 | 11000 | 11111111 | 1000000 | 101110 |
Color Harmonies of #522BC2
Complementary color
Monochromatic Colors of #522BC2
Black with #522BC2
Text Example
Text Example
White with #522BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BC2; }
p { color: rgb(82,43,194); }
H1.HeaderClassName
{
color: #522BC2;
}
.AnyTagClassName
{
color: #522BC2;
}
</style>
background-color css
<style>
a { background-color: #522BC2; }
a { background-color: rgb(82,43,194); }
div.DivClassName
{
background-color: #522BC2;
}
.BgClassName
{
background-color: #522BC2;
}
</style>
border-color css
<style>
span { border-color: #522BC2; }
span { border-color: rgb(82,43,194); }
td.TdClassName
{
border-color: #522BC2;
}
.TagClassName
{
border-color: #522BC2;
}
</style>