Shades of Purple Heart #5010CE
Tints of Purple Heart #5010CE
RGB
CMYK
RGB Variations
Color information
#5010CE (or 0x5010CE) is known color: Purple Heart. HEX triplet: 50, 10 and CE. RGB value is (80,16,206). Sum of RGB (Red+Green+Blue) = 80+16+206=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #5010CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010CE is #AFEF31. Grayscale: #383838. Windows color (decimal): -11530034 or 13504592. OLE color: 13504592.
HSL color Cylindrical-coordinate representation of color #5010CE: hue angle of 260.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5010CE is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 16 | 206 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.19 |
| HSL | 260.21º | 0.86% | 0.44% | - |
| HSV(B) | 260.21º | 0.92% | 0.81% | - |
| XYZ | 14.63 | 6.53 | 58.88 | - |
| YUV | 56.8 | 212.2 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 206 | 0.61 | 0.92 | 0 | 0.19 | 260.21 | 0.86 | 0.44 |
| Hex | 50 | 10 | CE | 3D | 5C | 0 | 13 | 104 | 56 | 2C |
| Octal | 120 | 20 | 316 | 75 | 134 | 0 | 23 | 404 | 126 | 54 |
| Binary | 1010000 | 10000 | 11001110 | 111101 | 1011100 | 0 | 10011 | 100000100 | 1010110 | 101100 |
Color Harmonies of #5010CE
Complementary color
Monochromatic Colors of #5010CE
Black with #5010CE
Text Example
Text Example
White with #5010CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5010CE; }
p { color: rgb(80,16,206); }
H1.HeaderClassName
{
color: #5010CE;
}
.AnyTagClassName
{
color: #5010CE;
}
</style>
background-color css
<style>
a { background-color: #5010CE; }
a { background-color: rgb(80,16,206); }
div.DivClassName
{
background-color: #5010CE;
}
.BgClassName
{
background-color: #5010CE;
}
</style>
border-color css
<style>
span { border-color: #5010CE; }
span { border-color: rgb(80,16,206); }
td.TdClassName
{
border-color: #5010CE;
}
.TagClassName
{
border-color: #5010CE;
}
</style>