Shades of Purple Heart #5016CB
Tints of Purple Heart #5016CB
RGB
CMYK
RGB Variations
Color information
#5016CB (or 0x5016CB) is known color: Purple Heart. HEX triplet: 50, 16 and CB. RGB value is (80,22,203). Sum of RGB (Red+Green+Blue) = 80+22+203=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #5016CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5016CB is #AFE934. Grayscale: #3B3B3B. Windows color (decimal): -11528501 or 13309520. OLE color: 13309520.
HSL color Cylindrical-coordinate representation of color #5016CB: hue angle of 259.23º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5016CB is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 22 | 203 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.20 |
| HSL | 259.23º | 0.8% | 0.44% | - |
| HSV(B) | 259.23º | 0.89% | 0.8% | - |
| XYZ | 14.37 | 6.59 | 57.01 | - |
| YUV | 59.98 | 208.72 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 203 | 0.61 | 0.89 | 0 | 0.20 | 259.23 | 0.8 | 0.44 |
| Hex | 50 | 16 | CB | 3D | 59 | 0 | 14 | 103 | 50 | 2C |
| Octal | 120 | 26 | 313 | 75 | 131 | 0 | 24 | 403 | 120 | 54 |
| Binary | 1010000 | 10110 | 11001011 | 111101 | 1011001 | 0 | 10100 | 100000011 | 1010000 | 101100 |
Color Harmonies of #5016CB
Complementary color
Monochromatic Colors of #5016CB
Black with #5016CB
Text Example
Text Example
White with #5016CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5016CB; }
p { color: rgb(80,22,203); }
H1.HeaderClassName
{
color: #5016CB;
}
.AnyTagClassName
{
color: #5016CB;
}
</style>
background-color css
<style>
a { background-color: #5016CB; }
a { background-color: rgb(80,22,203); }
div.DivClassName
{
background-color: #5016CB;
}
.BgClassName
{
background-color: #5016CB;
}
</style>
border-color css
<style>
span { border-color: #5016CB; }
span { border-color: rgb(80,22,203); }
td.TdClassName
{
border-color: #5016CB;
}
.TagClassName
{
border-color: #5016CB;
}
</style>