Shades of Purple Heart #503BD2
Tints of Purple Heart #503BD2
RGB
CMYK
RGB Variations
Color information
#503BD2 (or 0x503BD2) is known color: Purple Heart. HEX triplet: 50, 3B and D2. RGB value is (80,59,210). Sum of RGB (Red+Green+Blue) = 80+59+210=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 210 (82.42% from 255 or 60.17% from 349); Max value from RGB is 210 - color contains mainly: blue. Hex color #503BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BD2 is #AFC42D. Grayscale: #515151. Windows color (decimal): -11519022 or 13777744. OLE color: 13777744.
HSL color Cylindrical-coordinate representation of color #503BD2: hue angle of 248.34º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503BD2 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 59 | 210 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.18 |
| HSL | 248.34º | 0.63% | 0.53% | - |
| HSV(B) | 248.34º | 0.72% | 0.82% | - |
| XYZ | 16.51 | 9.49 | 61.93 | - |
| YUV | 82.49 | 199.96 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 210 | 0.62 | 0.72 | 0 | 0.18 | 248.34 | 0.63 | 0.53 |
| Hex | 50 | 3B | D2 | 3E | 48 | 0 | 12 | F8 | 3F | 35 |
| Octal | 120 | 73 | 322 | 76 | 110 | 0 | 22 | 370 | 77 | 65 |
| Binary | 1010000 | 111011 | 11010010 | 111110 | 1001000 | 0 | 10010 | 11111000 | 111111 | 110101 |
Color Harmonies of #503BD2
Complementary color
Monochromatic Colors of #503BD2
Black with #503BD2
Text Example
Text Example
White with #503BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BD2; }
p { color: rgb(80,59,210); }
H1.HeaderClassName
{
color: #503BD2;
}
.AnyTagClassName
{
color: #503BD2;
}
</style>
background-color css
<style>
a { background-color: #503BD2; }
a { background-color: rgb(80,59,210); }
div.DivClassName
{
background-color: #503BD2;
}
.BgClassName
{
background-color: #503BD2;
}
</style>
border-color css
<style>
span { border-color: #503BD2; }
span { border-color: rgb(80,59,210); }
td.TdClassName
{
border-color: #503BD2;
}
.TagClassName
{
border-color: #503BD2;
}
</style>