Shades of Purple Heart #5230AB
Tints of Purple Heart #5230AB
RGB
CMYK
RGB Variations
Color information
#5230AB (or 0x5230AB) is known color: Purple Heart. HEX triplet: 52, 30 and AB. RGB value is (82,48,171). Sum of RGB (Red+Green+Blue) = 82+48+171=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #5230AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5230AB is #ADCF54. Grayscale: #474747. Windows color (decimal): -11390805 or 11219026. OLE color: 11219026.
HSL color Cylindrical-coordinate representation of color #5230AB: hue angle of 256.59º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5230AB is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 48 | 171 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.33 |
| HSL | 256.59º | 0.56% | 0.43% | - |
| HSV(B) | 256.59º | 0.72% | 0.67% | - |
| XYZ | 11.89 | 6.85 | 39.22 | - |
| YUV | 72.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 171 | 0.52 | 0.72 | 0 | 0.33 | 256.59 | 0.56 | 0.43 |
| Hex | 52 | 30 | AB | 34 | 48 | 0 | 21 | 101 | 38 | 2B |
| Octal | 122 | 60 | 253 | 64 | 110 | 0 | 41 | 401 | 70 | 53 |
| Binary | 1010010 | 110000 | 10101011 | 110100 | 1001000 | 0 | 100001 | 100000001 | 111000 | 101011 |
Color Harmonies of #5230AB
Complementary color
Monochromatic Colors of #5230AB
Black with #5230AB
Text Example
Text Example
White with #5230AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5230AB; }
p { color: rgb(82,48,171); }
H1.HeaderClassName
{
color: #5230AB;
}
.AnyTagClassName
{
color: #5230AB;
}
</style>
background-color css
<style>
a { background-color: #5230AB; }
a { background-color: rgb(82,48,171); }
div.DivClassName
{
background-color: #5230AB;
}
.BgClassName
{
background-color: #5230AB;
}
</style>
border-color css
<style>
span { border-color: #5230AB; }
span { border-color: rgb(82,48,171); }
td.TdClassName
{
border-color: #5230AB;
}
.TagClassName
{
border-color: #5230AB;
}
</style>