Shades of Purple Heart #503DBD
Tints of Purple Heart #503DBD
RGB
CMYK
RGB Variations
Color information
#503DBD (or 0x503DBD) is known color: Purple Heart. HEX triplet: 50, 3D and BD. RGB value is (80,61,189). Sum of RGB (Red+Green+Blue) = 80+61+189=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #503DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DBD is #AFC242. Grayscale: #505050. Windows color (decimal): -11518531 or 12402000. OLE color: 12402000.
HSL color Cylindrical-coordinate representation of color #503DBD: hue angle of 248.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503DBD is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 61 | 189 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.26 |
| HSL | 248.91º | 0.51% | 0.49% | - |
| HSV(B) | 248.91º | 0.68% | 0.74% | - |
| XYZ | 14.16 | 8.72 | 49.08 | - |
| YUV | 81.27 | 188.79 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 189 | 0.58 | 0.68 | 0 | 0.26 | 248.91 | 0.51 | 0.49 |
| Hex | 50 | 3D | BD | 3A | 44 | 0 | 1A | F9 | 33 | 31 |
| Octal | 120 | 75 | 275 | 72 | 104 | 0 | 32 | 371 | 63 | 61 |
| Binary | 1010000 | 111101 | 10111101 | 111010 | 1000100 | 0 | 11010 | 11111001 | 110011 | 110001 |
Color Harmonies of #503DBD
Complementary color
Monochromatic Colors of #503DBD
Black with #503DBD
Text Example
Text Example
White with #503DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DBD; }
p { color: rgb(80,61,189); }
H1.HeaderClassName
{
color: #503DBD;
}
.AnyTagClassName
{
color: #503DBD;
}
</style>
background-color css
<style>
a { background-color: #503DBD; }
a { background-color: rgb(80,61,189); }
div.DivClassName
{
background-color: #503DBD;
}
.BgClassName
{
background-color: #503DBD;
}
</style>
border-color css
<style>
span { border-color: #503DBD; }
span { border-color: rgb(80,61,189); }
td.TdClassName
{
border-color: #503DBD;
}
.TagClassName
{
border-color: #503DBD;
}
</style>