Shades of Purple Heart #5036B5
Tints of Purple Heart #5036B5
RGB
CMYK
RGB Variations
Color information
#5036B5 (or 0x5036B5) is known color: Purple Heart. HEX triplet: 50, 36 and B5. RGB value is (80,54,181). Sum of RGB (Red+Green+Blue) = 80+54+181=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #5036B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5036B5 is #AFC94A. Grayscale: #4B4B4B. Windows color (decimal): -11520331 or 11875920. OLE color: 11875920.
HSL color Cylindrical-coordinate representation of color #5036B5: hue angle of 252.28º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5036B5 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 54 | 181 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.29 |
| HSL | 252.28º | 0.54% | 0.46% | - |
| HSV(B) | 252.28º | 0.7% | 0.71% | - |
| XYZ | 12.97 | 7.68 | 44.51 | - |
| YUV | 76.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 181 | 0.56 | 0.70 | 0 | 0.29 | 252.28 | 0.54 | 0.46 |
| Hex | 50 | 36 | B5 | 38 | 46 | 0 | 1D | FC | 36 | 2E |
| Octal | 120 | 66 | 265 | 70 | 106 | 0 | 35 | 374 | 66 | 56 |
| Binary | 1010000 | 110110 | 10110101 | 111000 | 1000110 | 0 | 11101 | 11111100 | 110110 | 101110 |
Color Harmonies of #5036B5
Complementary color
Monochromatic Colors of #5036B5
Black with #5036B5
Text Example
Text Example
White with #5036B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5036B5; }
p { color: rgb(80,54,181); }
H1.HeaderClassName
{
color: #5036B5;
}
.AnyTagClassName
{
color: #5036B5;
}
</style>
background-color css
<style>
a { background-color: #5036B5; }
a { background-color: rgb(80,54,181); }
div.DivClassName
{
background-color: #5036B5;
}
.BgClassName
{
background-color: #5036B5;
}
</style>
border-color css
<style>
span { border-color: #5036B5; }
span { border-color: rgb(80,54,181); }
td.TdClassName
{
border-color: #5036B5;
}
.TagClassName
{
border-color: #5036B5;
}
</style>