Shades of Purple Heart #503ADB
Tints of Purple Heart #503ADB
RGB
CMYK
RGB Variations
Color information
#503ADB (or 0x503ADB) is known color: Purple Heart. HEX triplet: 50, 3A and DB. RGB value is (80,58,219). Sum of RGB (Red+Green+Blue) = 80+58+219=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #503ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ADB is #AFC524. Grayscale: #525252. Windows color (decimal): -11519269 or 14367312. OLE color: 14367312.
HSL color Cylindrical-coordinate representation of color #503ADB: hue angle of 248.2º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503ADB is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 58 | 219 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.14 |
| HSL | 248.2º | 0.69% | 0.54% | - |
| HSV(B) | 248.2º | 0.74% | 0.86% | - |
| XYZ | 17.61 | 9.85 | 67.99 | - |
| YUV | 82.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 219 | 0.63 | 0.74 | 0 | 0.14 | 248.2 | 0.69 | 0.54 |
| Hex | 50 | 3A | DB | 3F | 4A | 0 | E | F8 | 45 | 36 |
| Octal | 120 | 72 | 333 | 77 | 112 | 0 | 16 | 370 | 105 | 66 |
| Binary | 1010000 | 111010 | 11011011 | 111111 | 1001010 | 0 | 1110 | 11111000 | 1000101 | 110110 |
Color Harmonies of #503ADB
Complementary color
Monochromatic Colors of #503ADB
Black with #503ADB
Text Example
Text Example
White with #503ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503ADB; }
p { color: rgb(80,58,219); }
H1.HeaderClassName
{
color: #503ADB;
}
.AnyTagClassName
{
color: #503ADB;
}
</style>
background-color css
<style>
a { background-color: #503ADB; }
a { background-color: rgb(80,58,219); }
div.DivClassName
{
background-color: #503ADB;
}
.BgClassName
{
background-color: #503ADB;
}
</style>
border-color css
<style>
span { border-color: #503ADB; }
span { border-color: rgb(80,58,219); }
td.TdClassName
{
border-color: #503ADB;
}
.TagClassName
{
border-color: #503ADB;
}
</style>