Shades of Purple Heart #522BC0
Tints of Purple Heart #522BC0
RGB
CMYK
RGB Variations
Color information
#522BC0 (or 0x522BC0) is known color: Purple Heart. HEX triplet: 52, 2B and C0. RGB value is (82,43,192). Sum of RGB (Red+Green+Blue) = 82+43+192=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #522BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BC0 is #ADD43F. Grayscale: #474747. Windows color (decimal): -11392064 or 12594002. OLE color: 12594002.
HSL color Cylindrical-coordinate representation of color #522BC0: hue angle of 255.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522BC0 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 43 | 192 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.25 |
| HSL | 255.7º | 0.63% | 0.46% | - |
| HSV(B) | 255.7º | 0.78% | 0.75% | - |
| XYZ | 13.86 | 7.33 | 50.55 | - |
| YUV | 71.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 192 | 0.57 | 0.78 | 0 | 0.25 | 255.7 | 0.63 | 0.46 |
| Hex | 52 | 2B | C0 | 39 | 4E | 0 | 19 | 100 | 3F | 2E |
| Octal | 122 | 53 | 300 | 71 | 116 | 0 | 31 | 400 | 77 | 56 |
| Binary | 1010010 | 101011 | 11000000 | 111001 | 1001110 | 0 | 11001 | 100000000 | 111111 | 101110 |
Color Harmonies of #522BC0
Complementary color
Monochromatic Colors of #522BC0
Black with #522BC0
Text Example
Text Example
White with #522BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522BC0; }
p { color: rgb(82,43,192); }
H1.HeaderClassName
{
color: #522BC0;
}
.AnyTagClassName
{
color: #522BC0;
}
</style>
background-color css
<style>
a { background-color: #522BC0; }
a { background-color: rgb(82,43,192); }
div.DivClassName
{
background-color: #522BC0;
}
.BgClassName
{
background-color: #522BC0;
}
</style>
border-color css
<style>
span { border-color: #522BC0; }
span { border-color: rgb(82,43,192); }
td.TdClassName
{
border-color: #522BC0;
}
.TagClassName
{
border-color: #522BC0;
}
</style>