Shades of Purple Heart #5019CB
Tints of Purple Heart #5019CB
RGB
CMYK
RGB Variations
Color information
#5019CB (or 0x5019CB) is known color: Purple Heart. HEX triplet: 50, 19 and CB. RGB value is (80,25,203). Sum of RGB (Red+Green+Blue) = 80+25+203=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #5019CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019CB is #AFE634. Grayscale: #3D3D3D. Windows color (decimal): -11527733 or 13310288. OLE color: 13310288.
HSL color Cylindrical-coordinate representation of color #5019CB: hue angle of 258.54º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5019CB is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 25 | 203 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.20 |
| HSL | 258.54º | 0.78% | 0.45% | - |
| HSV(B) | 258.54º | 0.88% | 0.8% | - |
| XYZ | 14.44 | 6.71 | 57.03 | - |
| YUV | 61.74 | 207.72 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 203 | 0.61 | 0.88 | 0 | 0.20 | 258.54 | 0.78 | 0.45 |
| Hex | 50 | 19 | CB | 3D | 58 | 0 | 14 | 103 | 4E | 2D |
| Octal | 120 | 31 | 313 | 75 | 130 | 0 | 24 | 403 | 116 | 55 |
| Binary | 1010000 | 11001 | 11001011 | 111101 | 1011000 | 0 | 10100 | 100000011 | 1001110 | 101101 |
Color Harmonies of #5019CB
Complementary color
Monochromatic Colors of #5019CB
Black with #5019CB
Text Example
Text Example
White with #5019CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019CB; }
p { color: rgb(80,25,203); }
H1.HeaderClassName
{
color: #5019CB;
}
.AnyTagClassName
{
color: #5019CB;
}
</style>
background-color css
<style>
a { background-color: #5019CB; }
a { background-color: rgb(80,25,203); }
div.DivClassName
{
background-color: #5019CB;
}
.BgClassName
{
background-color: #5019CB;
}
</style>
border-color css
<style>
span { border-color: #5019CB; }
span { border-color: rgb(80,25,203); }
td.TdClassName
{
border-color: #5019CB;
}
.TagClassName
{
border-color: #5019CB;
}
</style>