Shades of Purple Heart #5223AB
Tints of Purple Heart #5223AB
RGB
CMYK
RGB Variations
Color information
#5223AB (or 0x5223AB) is known color: Purple Heart. HEX triplet: 52, 23 and AB. RGB value is (82,35,171). Sum of RGB (Red+Green+Blue) = 82+35+171=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #5223AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5223AB is #ADDC54. Grayscale: #404040. Windows color (decimal): -11394133 or 11215698. OLE color: 11215698.
HSL color Cylindrical-coordinate representation of color #5223AB: hue angle of 260.74º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5223AB is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 35 | 171 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.33 |
| HSL | 260.74º | 0.66% | 0.4% | - |
| HSV(B) | 260.74º | 0.8% | 0.67% | - |
| XYZ | 11.43 | 5.94 | 39.07 | - |
| YUV | 64.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 171 | 0.52 | 0.80 | 0 | 0.33 | 260.74 | 0.66 | 0.4 |
| Hex | 52 | 23 | AB | 34 | 50 | 0 | 21 | 105 | 42 | 28 |
| Octal | 122 | 43 | 253 | 64 | 120 | 0 | 41 | 405 | 102 | 50 |
| Binary | 1010010 | 100011 | 10101011 | 110100 | 1010000 | 0 | 100001 | 100000101 | 1000010 | 101000 |
Color Harmonies of #5223AB
Complementary color
Monochromatic Colors of #5223AB
Black with #5223AB
Text Example
Text Example
White with #5223AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5223AB; }
p { color: rgb(82,35,171); }
H1.HeaderClassName
{
color: #5223AB;
}
.AnyTagClassName
{
color: #5223AB;
}
</style>
background-color css
<style>
a { background-color: #5223AB; }
a { background-color: rgb(82,35,171); }
div.DivClassName
{
background-color: #5223AB;
}
.BgClassName
{
background-color: #5223AB;
}
</style>
border-color css
<style>
span { border-color: #5223AB; }
span { border-color: rgb(82,35,171); }
td.TdClassName
{
border-color: #5223AB;
}
.TagClassName
{
border-color: #5223AB;
}
</style>