Shades of Purple Heart #5032CE
Tints of Purple Heart #5032CE
RGB
CMYK
RGB Variations
Color information
#5032CE (or 0x5032CE) is known color: Purple Heart. HEX triplet: 50, 32 and CE. RGB value is (80,50,206). Sum of RGB (Red+Green+Blue) = 80+50+206=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #5032CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5032CE is #AFCD31. Grayscale: #4C4C4C. Windows color (decimal): -11521330 or 13513296. OLE color: 13513296.
HSL color Cylindrical-coordinate representation of color #5032CE: hue angle of 251.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5032CE is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 50 | 206 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.19 |
| HSL | 251.54º | 0.61% | 0.5% | - |
| HSV(B) | 251.54º | 0.76% | 0.81% | - |
| XYZ | 15.59 | 8.44 | 59.2 | - |
| YUV | 76.75 | 200.94 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 206 | 0.61 | 0.76 | 0 | 0.19 | 251.54 | 0.61 | 0.5 |
| Hex | 50 | 32 | CE | 3D | 4C | 0 | 13 | FC | 3D | 32 |
| Octal | 120 | 62 | 316 | 75 | 114 | 0 | 23 | 374 | 75 | 62 |
| Binary | 1010000 | 110010 | 11001110 | 111101 | 1001100 | 0 | 10011 | 11111100 | 111101 | 110010 |
Color Harmonies of #5032CE
Complementary color
Monochromatic Colors of #5032CE
Black with #5032CE
Text Example
Text Example
White with #5032CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5032CE; }
p { color: rgb(80,50,206); }
H1.HeaderClassName
{
color: #5032CE;
}
.AnyTagClassName
{
color: #5032CE;
}
</style>
background-color css
<style>
a { background-color: #5032CE; }
a { background-color: rgb(80,50,206); }
div.DivClassName
{
background-color: #5032CE;
}
.BgClassName
{
background-color: #5032CE;
}
</style>
border-color css
<style>
span { border-color: #5032CE; }
span { border-color: rgb(80,50,206); }
td.TdClassName
{
border-color: #5032CE;
}
.TagClassName
{
border-color: #5032CE;
}
</style>