Shades of Purple Heart #5030AB
Tints of Purple Heart #5030AB
RGB
CMYK
RGB Variations
Color information
#5030AB (or 0x5030AB) is known color: Purple Heart. HEX triplet: 50, 30 and AB. RGB value is (80,48,171). Sum of RGB (Red+Green+Blue) = 80+48+171=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #5030AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5030AB is #AFCF54. Grayscale: #474747. Windows color (decimal): -11521877 or 11219024. OLE color: 11219024.
HSL color Cylindrical-coordinate representation of color #5030AB: hue angle of 255.61º 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 #5030AB is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 48 | 171 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.33 |
| HSL | 255.61º | 0.56% | 0.43% | - |
| HSV(B) | 255.61º | 0.72% | 0.67% | - |
| XYZ | 11.72 | 6.76 | 39.22 | - |
| YUV | 71.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 171 | 0.53 | 0.72 | 0 | 0.33 | 255.61 | 0.56 | 0.43 |
| Hex | 50 | 30 | AB | 35 | 48 | 0 | 21 | 100 | 38 | 2B |
| Octal | 120 | 60 | 253 | 65 | 110 | 0 | 41 | 400 | 70 | 53 |
| Binary | 1010000 | 110000 | 10101011 | 110101 | 1001000 | 0 | 100001 | 100000000 | 111000 | 101011 |
Color Harmonies of #5030AB
Complementary color
Monochromatic Colors of #5030AB
Black with #5030AB
Text Example
Text Example
White with #5030AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5030AB; }
p { color: rgb(80,48,171); }
H1.HeaderClassName
{
color: #5030AB;
}
.AnyTagClassName
{
color: #5030AB;
}
</style>
background-color css
<style>
a { background-color: #5030AB; }
a { background-color: rgb(80,48,171); }
div.DivClassName
{
background-color: #5030AB;
}
.BgClassName
{
background-color: #5030AB;
}
</style>
border-color css
<style>
span { border-color: #5030AB; }
span { border-color: rgb(80,48,171); }
td.TdClassName
{
border-color: #5030AB;
}
.TagClassName
{
border-color: #5030AB;
}
</style>