Shades of Purple Heart #5011CB
Tints of Purple Heart #5011CB
RGB
CMYK
RGB Variations
Color information
#5011CB (or 0x5011CB) is known color: Purple Heart. HEX triplet: 50, 11 and CB. RGB value is (80,17,203). Sum of RGB (Red+Green+Blue) = 80+17+203=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #5011CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011CB is #AFEE34. Grayscale: #383838. Windows color (decimal): -11529781 or 13308240. OLE color: 13308240.
HSL color Cylindrical-coordinate representation of color #5011CB: hue angle of 260.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5011CB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 17 | 203 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.20 |
| HSL | 260.32º | 0.85% | 0.43% | - |
| HSV(B) | 260.32º | 0.92% | 0.8% | - |
| XYZ | 14.29 | 6.42 | 56.99 | - |
| YUV | 57.04 | 210.37 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 203 | 0.61 | 0.92 | 0 | 0.20 | 260.32 | 0.85 | 0.43 |
| Hex | 50 | 11 | CB | 3D | 5C | 0 | 14 | 104 | 55 | 2B |
| Octal | 120 | 21 | 313 | 75 | 134 | 0 | 24 | 404 | 125 | 53 |
| Binary | 1010000 | 10001 | 11001011 | 111101 | 1011100 | 0 | 10100 | 100000100 | 1010101 | 101011 |
Color Harmonies of #5011CB
Complementary color
Monochromatic Colors of #5011CB
Black with #5011CB
Text Example
Text Example
White with #5011CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011CB; }
p { color: rgb(80,17,203); }
H1.HeaderClassName
{
color: #5011CB;
}
.AnyTagClassName
{
color: #5011CB;
}
</style>
background-color css
<style>
a { background-color: #5011CB; }
a { background-color: rgb(80,17,203); }
div.DivClassName
{
background-color: #5011CB;
}
.BgClassName
{
background-color: #5011CB;
}
</style>
border-color css
<style>
span { border-color: #5011CB; }
span { border-color: rgb(80,17,203); }
td.TdClassName
{
border-color: #5011CB;
}
.TagClassName
{
border-color: #5011CB;
}
</style>