Shades of Purple Heart #503DD5
Tints of Purple Heart #503DD5
RGB
CMYK
RGB Variations
Color information
#503DD5 (or 0x503DD5) is known color: Purple Heart. HEX triplet: 50, 3D and D5. RGB value is (80,61,213). Sum of RGB (Red+Green+Blue) = 80+61+213=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #503DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DD5 is #AFC22A. Grayscale: #535353. Windows color (decimal): -11518507 or 13974864. OLE color: 13974864.
HSL color Cylindrical-coordinate representation of color #503DD5: hue angle of 247.5º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503DD5 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 61 | 213 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.16 |
| HSL | 247.5º | 0.64% | 0.54% | - |
| HSV(B) | 247.5º | 0.71% | 0.84% | - |
| XYZ | 16.99 | 9.85 | 63.96 | - |
| YUV | 84.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 213 | 0.62 | 0.71 | 0 | 0.16 | 247.5 | 0.64 | 0.54 |
| Hex | 50 | 3D | D5 | 3E | 47 | 0 | 10 | F8 | 40 | 36 |
| Octal | 120 | 75 | 325 | 76 | 107 | 0 | 20 | 370 | 100 | 66 |
| Binary | 1010000 | 111101 | 11010101 | 111110 | 1000111 | 0 | 10000 | 11111000 | 1000000 | 110110 |
Color Harmonies of #503DD5
Complementary color
Monochromatic Colors of #503DD5
Black with #503DD5
Text Example
Text Example
White with #503DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DD5; }
p { color: rgb(80,61,213); }
H1.HeaderClassName
{
color: #503DD5;
}
.AnyTagClassName
{
color: #503DD5;
}
</style>
background-color css
<style>
a { background-color: #503DD5; }
a { background-color: rgb(80,61,213); }
div.DivClassName
{
background-color: #503DD5;
}
.BgClassName
{
background-color: #503DD5;
}
</style>
border-color css
<style>
span { border-color: #503DD5; }
span { border-color: rgb(80,61,213); }
td.TdClassName
{
border-color: #503DD5;
}
.TagClassName
{
border-color: #503DD5;
}
</style>