Shades of Purple Heart #5035BC
Tints of Purple Heart #5035BC
RGB
CMYK
RGB Variations
Color information
#5035BC (or 0x5035BC) is known color: Purple Heart. HEX triplet: 50, 35 and BC. RGB value is (80,53,188). Sum of RGB (Red+Green+Blue) = 80+53+188=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #5035BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5035BC is #AFCA43. Grayscale: #4B4B4B. Windows color (decimal): -11520580 or 12334416. OLE color: 12334416.
HSL color Cylindrical-coordinate representation of color #5035BC: hue angle of 252º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5035BC is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 53 | 188 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.26 |
| HSL | 252º | 0.56% | 0.47% | - |
| HSV(B) | 252º | 0.72% | 0.74% | - |
| XYZ | 13.66 | 7.88 | 48.38 | - |
| YUV | 76.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 188 | 0.57 | 0.72 | 0 | 0.26 | 252 | 0.56 | 0.47 |
| Hex | 50 | 35 | BC | 39 | 48 | 0 | 1A | FC | 38 | 2F |
| Octal | 120 | 65 | 274 | 71 | 110 | 0 | 32 | 374 | 70 | 57 |
| Binary | 1010000 | 110101 | 10111100 | 111001 | 1001000 | 0 | 11010 | 11111100 | 111000 | 101111 |
Color Harmonies of #5035BC
Complementary color
Monochromatic Colors of #5035BC
Black with #5035BC
Text Example
Text Example
White with #5035BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5035BC; }
p { color: rgb(80,53,188); }
H1.HeaderClassName
{
color: #5035BC;
}
.AnyTagClassName
{
color: #5035BC;
}
</style>
background-color css
<style>
a { background-color: #5035BC; }
a { background-color: rgb(80,53,188); }
div.DivClassName
{
background-color: #5035BC;
}
.BgClassName
{
background-color: #5035BC;
}
</style>
border-color css
<style>
span { border-color: #5035BC; }
span { border-color: rgb(80,53,188); }
td.TdClassName
{
border-color: #5035BC;
}
.TagClassName
{
border-color: #5035BC;
}
</style>