Shades of Purple Heart #503DB7
Tints of Purple Heart #503DB7
RGB
CMYK
RGB Variations
Color information
#503DB7 (or 0x503DB7) is known color: Purple Heart. HEX triplet: 50, 3D and B7. RGB value is (80,61,183). Sum of RGB (Red+Green+Blue) = 80+61+183=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #503DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DB7 is #AFC248. Grayscale: #505050. Windows color (decimal): -11518537 or 12008784. OLE color: 12008784.
HSL color Cylindrical-coordinate representation of color #503DB7: hue angle of 249.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503DB7 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 61 | 183 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.28 |
| HSL | 249.34º | 0.5% | 0.48% | - |
| HSV(B) | 249.34º | 0.67% | 0.72% | - |
| XYZ | 13.52 | 8.46 | 45.72 | - |
| YUV | 80.59 | 185.79 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 183 | 0.56 | 0.67 | 0 | 0.28 | 249.34 | 0.5 | 0.48 |
| Hex | 50 | 3D | B7 | 38 | 43 | 0 | 1C | F9 | 32 | 30 |
| Octal | 120 | 75 | 267 | 70 | 103 | 0 | 34 | 371 | 62 | 60 |
| Binary | 1010000 | 111101 | 10110111 | 111000 | 1000011 | 0 | 11100 | 11111001 | 110010 | 110000 |
Color Harmonies of #503DB7
Complementary color
Monochromatic Colors of #503DB7
Black with #503DB7
Text Example
Text Example
White with #503DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DB7; }
p { color: rgb(80,61,183); }
H1.HeaderClassName
{
color: #503DB7;
}
.AnyTagClassName
{
color: #503DB7;
}
</style>
background-color css
<style>
a { background-color: #503DB7; }
a { background-color: rgb(80,61,183); }
div.DivClassName
{
background-color: #503DB7;
}
.BgClassName
{
background-color: #503DB7;
}
</style>
border-color css
<style>
span { border-color: #503DB7; }
span { border-color: rgb(80,61,183); }
td.TdClassName
{
border-color: #503DB7;
}
.TagClassName
{
border-color: #503DB7;
}
</style>