Shades of Purple Heart #503BBD
Tints of Purple Heart #503BBD
RGB
CMYK
RGB Variations
Color information
#503BBD (or 0x503BBD) is known color: Purple Heart. HEX triplet: 50, 3B and BD. RGB value is (80,59,189). Sum of RGB (Red+Green+Blue) = 80+59+189=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #503BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BBD is #AFC442. Grayscale: #4F4F4F. Windows color (decimal): -11519043 or 12401488. OLE color: 12401488.
HSL color Cylindrical-coordinate representation of color #503BBD: hue angle of 249.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503BBD is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 59 | 189 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.26 |
| HSL | 249.69º | 0.52% | 0.49% | - |
| HSV(B) | 249.69º | 0.69% | 0.74% | - |
| XYZ | 14.06 | 8.51 | 49.05 | - |
| YUV | 80.1 | 189.46 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 189 | 0.58 | 0.69 | 0 | 0.26 | 249.69 | 0.52 | 0.49 |
| Hex | 50 | 3B | BD | 3A | 45 | 0 | 1A | FA | 34 | 31 |
| Octal | 120 | 73 | 275 | 72 | 105 | 0 | 32 | 372 | 64 | 61 |
| Binary | 1010000 | 111011 | 10111101 | 111010 | 1000101 | 0 | 11010 | 11111010 | 110100 | 110001 |
Color Harmonies of #503BBD
Complementary color
Monochromatic Colors of #503BBD
Black with #503BBD
Text Example
Text Example
White with #503BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BBD; }
p { color: rgb(80,59,189); }
H1.HeaderClassName
{
color: #503BBD;
}
.AnyTagClassName
{
color: #503BBD;
}
</style>
background-color css
<style>
a { background-color: #503BBD; }
a { background-color: rgb(80,59,189); }
div.DivClassName
{
background-color: #503BBD;
}
.BgClassName
{
background-color: #503BBD;
}
</style>
border-color css
<style>
span { border-color: #503BBD; }
span { border-color: rgb(80,59,189); }
td.TdClassName
{
border-color: #503BBD;
}
.TagClassName
{
border-color: #503BBD;
}
</style>