Shades of Purple Heart #5033CE
Tints of Purple Heart #5033CE
RGB
CMYK
RGB Variations
Color information
#5033CE (or 0x5033CE) is known color: Purple Heart. HEX triplet: 50, 33 and CE. RGB value is (80,51,206). Sum of RGB (Red+Green+Blue) = 80+51+206=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #5033CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5033CE is #AFCC31. Grayscale: #4C4C4C. Windows color (decimal): -11521074 or 13513552. OLE color: 13513552.
HSL color Cylindrical-coordinate representation of color #5033CE: hue angle of 251.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5033CE is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 51 | 206 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.19 |
| HSL | 251.23º | 0.61% | 0.5% | - |
| HSV(B) | 251.23º | 0.75% | 0.81% | - |
| XYZ | 15.63 | 8.53 | 59.21 | - |
| YUV | 77.34 | 200.61 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 51 | 206 | 0.61 | 0.75 | 0 | 0.19 | 251.23 | 0.61 | 0.5 |
| Hex | 50 | 33 | CE | 3D | 4B | 0 | 13 | FB | 3D | 32 |
| Octal | 120 | 63 | 316 | 75 | 113 | 0 | 23 | 373 | 75 | 62 |
| Binary | 1010000 | 110011 | 11001110 | 111101 | 1001011 | 0 | 10011 | 11111011 | 111101 | 110010 |
Color Harmonies of #5033CE
Complementary color
Monochromatic Colors of #5033CE
Black with #5033CE
Text Example
Text Example
White with #5033CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5033CE; }
p { color: rgb(80,51,206); }
H1.HeaderClassName
{
color: #5033CE;
}
.AnyTagClassName
{
color: #5033CE;
}
</style>
background-color css
<style>
a { background-color: #5033CE; }
a { background-color: rgb(80,51,206); }
div.DivClassName
{
background-color: #5033CE;
}
.BgClassName
{
background-color: #5033CE;
}
</style>
border-color css
<style>
span { border-color: #5033CE; }
span { border-color: rgb(80,51,206); }
td.TdClassName
{
border-color: #5033CE;
}
.TagClassName
{
border-color: #5033CE;
}
</style>