Shades of Purple Heart #5030B1
Tints of Purple Heart #5030B1
RGB
CMYK
RGB Variations
Color information
#5030B1 (or 0x5030B1) is known color: Purple Heart. HEX triplet: 50, 30 and B1. RGB value is (80,48,177). Sum of RGB (Red+Green+Blue) = 80+48+177=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #5030B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5030B1 is #AFCF4E. Grayscale: #474747. Windows color (decimal): -11521871 or 11612240. OLE color: 11612240.
HSL color Cylindrical-coordinate representation of color #5030B1: hue angle of 254.88º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5030B1 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 48 | 177 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.31 |
| HSL | 254.88º | 0.57% | 0.44% | - |
| HSV(B) | 254.88º | 0.73% | 0.69% | - |
| XYZ | 12.3 | 6.99 | 42.3 | - |
| YUV | 72.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 177 | 0.55 | 0.73 | 0 | 0.31 | 254.88 | 0.57 | 0.44 |
| Hex | 50 | 30 | B1 | 37 | 49 | 0 | 1F | FF | 39 | 2C |
| Octal | 120 | 60 | 261 | 67 | 111 | 0 | 37 | 377 | 71 | 54 |
| Binary | 1010000 | 110000 | 10110001 | 110111 | 1001001 | 0 | 11111 | 11111111 | 111001 | 101100 |
Color Harmonies of #5030B1
Complementary color
Monochromatic Colors of #5030B1
Black with #5030B1
Text Example
Text Example
White with #5030B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5030B1; }
p { color: rgb(80,48,177); }
H1.HeaderClassName
{
color: #5030B1;
}
.AnyTagClassName
{
color: #5030B1;
}
</style>
background-color css
<style>
a { background-color: #5030B1; }
a { background-color: rgb(80,48,177); }
div.DivClassName
{
background-color: #5030B1;
}
.BgClassName
{
background-color: #5030B1;
}
</style>
border-color css
<style>
span { border-color: #5030B1; }
span { border-color: rgb(80,48,177); }
td.TdClassName
{
border-color: #5030B1;
}
.TagClassName
{
border-color: #5030B1;
}
</style>