Shades of Purple Heart #5021B1
Tints of Purple Heart #5021B1
RGB
CMYK
RGB Variations
Color information
#5021B1 (or 0x5021B1) is known color: Purple Heart. HEX triplet: 50, 21 and B1. RGB value is (80,33,177). Sum of RGB (Red+Green+Blue) = 80+33+177=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 177 (69.53% from 255 or 61.03% from 290); Max value from RGB is 177 - color contains mainly: blue. Hex color #5021B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5021B1 is #AFDE4E. Grayscale: #3E3E3E. Windows color (decimal): -11525711 or 11608400. OLE color: 11608400.
HSL color Cylindrical-coordinate representation of color #5021B1: hue angle of 259.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5021B1 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 33 | 177 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.31 |
| HSL | 259.58º | 0.69% | 0.41% | - |
| HSV(B) | 259.58º | 0.81% | 0.69% | - |
| XYZ | 11.79 | 5.97 | 42.13 | - |
| YUV | 63.47 | 192.07 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 177 | 0.55 | 0.81 | 0 | 0.31 | 259.58 | 0.69 | 0.41 |
| Hex | 50 | 21 | B1 | 37 | 51 | 0 | 1F | 104 | 45 | 29 |
| Octal | 120 | 41 | 261 | 67 | 121 | 0 | 37 | 404 | 105 | 51 |
| Binary | 1010000 | 100001 | 10110001 | 110111 | 1010001 | 0 | 11111 | 100000100 | 1000101 | 101001 |
Color Harmonies of #5021B1
Complementary color
Monochromatic Colors of #5021B1
Black with #5021B1
Text Example
Text Example
White with #5021B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5021B1; }
p { color: rgb(80,33,177); }
H1.HeaderClassName
{
color: #5021B1;
}
.AnyTagClassName
{
color: #5021B1;
}
</style>
background-color css
<style>
a { background-color: #5021B1; }
a { background-color: rgb(80,33,177); }
div.DivClassName
{
background-color: #5021B1;
}
.BgClassName
{
background-color: #5021B1;
}
</style>
border-color css
<style>
span { border-color: #5021B1; }
span { border-color: rgb(80,33,177); }
td.TdClassName
{
border-color: #5021B1;
}
.TagClassName
{
border-color: #5021B1;
}
</style>