Shades of Purple Heart #5038DC
Tints of Purple Heart #5038DC
RGB
CMYK
RGB Variations
Color information
#5038DC (or 0x5038DC) is known color: Purple Heart. HEX triplet: 50, 38 and DC. RGB value is (80,56,220). Sum of RGB (Red+Green+Blue) = 80+56+220=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #5038DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5038DC is #AFC723. Grayscale: #515151. Windows color (decimal): -11519780 or 14432336. OLE color: 14432336.
HSL color Cylindrical-coordinate representation of color #5038DC: hue angle of 248.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5038DC is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 56 | 220 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.14 |
| HSL | 248.78º | 0.7% | 0.54% | - |
| HSV(B) | 248.78º | 0.75% | 0.86% | - |
| XYZ | 17.64 | 9.7 | 68.65 | - |
| YUV | 81.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 220 | 0.64 | 0.75 | 0 | 0.14 | 248.78 | 0.7 | 0.54 |
| Hex | 50 | 38 | DC | 40 | 4B | 0 | E | F9 | 46 | 36 |
| Octal | 120 | 70 | 334 | 100 | 113 | 0 | 16 | 371 | 106 | 66 |
| Binary | 1010000 | 111000 | 11011100 | 1000000 | 1001011 | 0 | 1110 | 11111001 | 1000110 | 110110 |
Color Harmonies of #5038DC
Complementary color
Monochromatic Colors of #5038DC
Black with #5038DC
Text Example
Text Example
White with #5038DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5038DC; }
p { color: rgb(80,56,220); }
H1.HeaderClassName
{
color: #5038DC;
}
.AnyTagClassName
{
color: #5038DC;
}
</style>
background-color css
<style>
a { background-color: #5038DC; }
a { background-color: rgb(80,56,220); }
div.DivClassName
{
background-color: #5038DC;
}
.BgClassName
{
background-color: #5038DC;
}
</style>
border-color css
<style>
span { border-color: #5038DC; }
span { border-color: rgb(80,56,220); }
td.TdClassName
{
border-color: #5038DC;
}
.TagClassName
{
border-color: #5038DC;
}
</style>