Shades of Purple Heart #5035B9
Tints of Purple Heart #5035B9
RGB
CMYK
RGB Variations
Color information
#5035B9 (or 0x5035B9) is known color: Purple Heart. HEX triplet: 50, 35 and B9. RGB value is (80,53,185). Sum of RGB (Red+Green+Blue) = 80+53+185=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #5035B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5035B9 is #AFCA46. Grayscale: #4B4B4B. Windows color (decimal): -11520583 or 12137808. OLE color: 12137808.
HSL color Cylindrical-coordinate representation of color #5035B9: hue angle of 252.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5035B9 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 53 | 185 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.27 |
| HSL | 252.27º | 0.55% | 0.47% | - |
| HSV(B) | 252.27º | 0.71% | 0.73% | - |
| XYZ | 13.34 | 7.75 | 46.69 | - |
| YUV | 76.12 | 189.45 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 185 | 0.57 | 0.71 | 0 | 0.27 | 252.27 | 0.55 | 0.47 |
| Hex | 50 | 35 | B9 | 39 | 47 | 0 | 1B | FC | 37 | 2F |
| Octal | 120 | 65 | 271 | 71 | 107 | 0 | 33 | 374 | 67 | 57 |
| Binary | 1010000 | 110101 | 10111001 | 111001 | 1000111 | 0 | 11011 | 11111100 | 110111 | 101111 |
Color Harmonies of #5035B9
Complementary color
Monochromatic Colors of #5035B9
Black with #5035B9
Text Example
Text Example
White with #5035B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5035B9; }
p { color: rgb(80,53,185); }
H1.HeaderClassName
{
color: #5035B9;
}
.AnyTagClassName
{
color: #5035B9;
}
</style>
background-color css
<style>
a { background-color: #5035B9; }
a { background-color: rgb(80,53,185); }
div.DivClassName
{
background-color: #5035B9;
}
.BgClassName
{
background-color: #5035B9;
}
</style>
border-color css
<style>
span { border-color: #5035B9; }
span { border-color: rgb(80,53,185); }
td.TdClassName
{
border-color: #5035B9;
}
.TagClassName
{
border-color: #5035B9;
}
</style>