Shades of Purple Heart #5039CB
Tints of Purple Heart #5039CB
RGB
CMYK
RGB Variations
Color information
#5039CB (or 0x5039CB) is known color: Purple Heart. HEX triplet: 50, 39 and CB. RGB value is (80,57,203). Sum of RGB (Red+Green+Blue) = 80+57+203=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #5039CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039CB is #AFC634. Grayscale: #4F4F4F. Windows color (decimal): -11519541 or 13318480. OLE color: 13318480.
HSL color Cylindrical-coordinate representation of color #5039CB: hue angle of 249.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5039CB is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 57 | 203 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.20 |
| HSL | 249.45º | 0.58% | 0.51% | - |
| HSV(B) | 249.45º | 0.72% | 0.8% | - |
| XYZ | 15.55 | 8.94 | 57.41 | - |
| YUV | 80.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 203 | 0.61 | 0.72 | 0 | 0.20 | 249.45 | 0.58 | 0.51 |
| Hex | 50 | 39 | CB | 3D | 48 | 0 | 14 | F9 | 3A | 33 |
| Octal | 120 | 71 | 313 | 75 | 110 | 0 | 24 | 371 | 72 | 63 |
| Binary | 1010000 | 111001 | 11001011 | 111101 | 1001000 | 0 | 10100 | 11111001 | 111010 | 110011 |
Color Harmonies of #5039CB
Complementary color
Monochromatic Colors of #5039CB
Black with #5039CB
Text Example
Text Example
White with #5039CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5039CB; }
p { color: rgb(80,57,203); }
H1.HeaderClassName
{
color: #5039CB;
}
.AnyTagClassName
{
color: #5039CB;
}
</style>
background-color css
<style>
a { background-color: #5039CB; }
a { background-color: rgb(80,57,203); }
div.DivClassName
{
background-color: #5039CB;
}
.BgClassName
{
background-color: #5039CB;
}
</style>
border-color css
<style>
span { border-color: #5039CB; }
span { border-color: rgb(80,57,203); }
td.TdClassName
{
border-color: #5039CB;
}
.TagClassName
{
border-color: #5039CB;
}
</style>