Shades of Purple Heart #5003CB
Tints of Purple Heart #5003CB
RGB
CMYK
RGB Variations
Color information
#5003CB (or 0x5003CB) is known color: Purple Heart. HEX triplet: 50, 03 and CB. RGB value is (80,3,203). Sum of RGB (Red+Green+Blue) = 80+3+203=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #5003CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5003CB is #AFFC34. Grayscale: #303030. Windows color (decimal): -11533365 or 13304656. OLE color: 13304656.
HSL color Cylindrical-coordinate representation of color #5003CB: hue angle of 263.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003CB is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 3 | 203 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.20 |
| HSL | 263.1º | 0.97% | 0.4% | - |
| HSV(B) | 263.1º | 0.99% | 0.8% | - |
| XYZ | 14.12 | 6.08 | 56.93 | - |
| YUV | 48.82 | 215.01 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 203 | 0.61 | 0.99 | 0 | 0.20 | 263.1 | 0.97 | 0.4 |
| Hex | 50 | 3 | CB | 3D | 63 | 0 | 14 | 107 | 61 | 28 |
| Octal | 120 | 3 | 313 | 75 | 143 | 0 | 24 | 407 | 141 | 50 |
| Binary | 1010000 | 11 | 11001011 | 111101 | 1100011 | 0 | 10100 | 100000111 | 1100001 | 101000 |
Color Harmonies of #5003CB
Complementary color
Monochromatic Colors of #5003CB
Black with #5003CB
Text Example
Text Example
White with #5003CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003CB; }
p { color: rgb(80,3,203); }
H1.HeaderClassName
{
color: #5003CB;
}
.AnyTagClassName
{
color: #5003CB;
}
</style>
background-color css
<style>
a { background-color: #5003CB; }
a { background-color: rgb(80,3,203); }
div.DivClassName
{
background-color: #5003CB;
}
.BgClassName
{
background-color: #5003CB;
}
</style>
border-color css
<style>
span { border-color: #5003CB; }
span { border-color: rgb(80,3,203); }
td.TdClassName
{
border-color: #5003CB;
}
.TagClassName
{
border-color: #5003CB;
}
</style>