Shades of Purple Heart #5034CE
Tints of Purple Heart #5034CE
RGB
CMYK
RGB Variations
Color information
#5034CE (or 0x5034CE) is known color: Purple Heart. HEX triplet: 50, 34 and CE. RGB value is (80,52,206). Sum of RGB (Red+Green+Blue) = 80+52+206=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #5034CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5034CE is #AFCB31. Grayscale: #4D4D4D. Windows color (decimal): -11520818 or 13513808. OLE color: 13513808.
HSL color Cylindrical-coordinate representation of color #5034CE: hue angle of 250.91º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5034CE is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 52 | 206 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.19 |
| HSL | 250.91º | 0.61% | 0.51% | - |
| HSV(B) | 250.91º | 0.75% | 0.81% | - |
| XYZ | 15.68 | 8.62 | 59.23 | - |
| YUV | 77.93 | 200.28 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 206 | 0.61 | 0.75 | 0 | 0.19 | 250.91 | 0.61 | 0.51 |
| Hex | 50 | 34 | CE | 3D | 4B | 0 | 13 | FB | 3D | 33 |
| Octal | 120 | 64 | 316 | 75 | 113 | 0 | 23 | 373 | 75 | 63 |
| Binary | 1010000 | 110100 | 11001110 | 111101 | 1001011 | 0 | 10011 | 11111011 | 111101 | 110011 |
Color Harmonies of #5034CE
Complementary color
Monochromatic Colors of #5034CE
Black with #5034CE
Text Example
Text Example
White with #5034CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5034CE; }
p { color: rgb(80,52,206); }
H1.HeaderClassName
{
color: #5034CE;
}
.AnyTagClassName
{
color: #5034CE;
}
</style>
background-color css
<style>
a { background-color: #5034CE; }
a { background-color: rgb(80,52,206); }
div.DivClassName
{
background-color: #5034CE;
}
.BgClassName
{
background-color: #5034CE;
}
</style>
border-color css
<style>
span { border-color: #5034CE; }
span { border-color: rgb(80,52,206); }
td.TdClassName
{
border-color: #5034CE;
}
.TagClassName
{
border-color: #5034CE;
}
</style>