Shades of Purple Heart #503ABC
Tints of Purple Heart #503ABC
RGB
CMYK
RGB Variations
Color information
#503ABC (or 0x503ABC) is known color: Purple Heart. HEX triplet: 50, 3A and BC. RGB value is (80,58,188). Sum of RGB (Red+Green+Blue) = 80+58+188=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #503ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ABC is #AFC543. Grayscale: #4E4E4E. Windows color (decimal): -11519300 or 12335696. OLE color: 12335696.
HSL color Cylindrical-coordinate representation of color #503ABC: hue angle of 250.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503ABC is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 58 | 188 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.26 |
| HSL | 250.15º | 0.53% | 0.48% | - |
| HSV(B) | 250.15º | 0.69% | 0.74% | - |
| XYZ | 13.9 | 8.36 | 48.46 | - |
| YUV | 79.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 188 | 0.57 | 0.69 | 0 | 0.26 | 250.15 | 0.53 | 0.48 |
| Hex | 50 | 3A | BC | 39 | 45 | 0 | 1A | FA | 35 | 30 |
| Octal | 120 | 72 | 274 | 71 | 105 | 0 | 32 | 372 | 65 | 60 |
| Binary | 1010000 | 111010 | 10111100 | 111001 | 1000101 | 0 | 11010 | 11111010 | 110101 | 110000 |
Color Harmonies of #503ABC
Complementary color
Monochromatic Colors of #503ABC
Black with #503ABC
Text Example
Text Example
White with #503ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503ABC; }
p { color: rgb(80,58,188); }
H1.HeaderClassName
{
color: #503ABC;
}
.AnyTagClassName
{
color: #503ABC;
}
</style>
background-color css
<style>
a { background-color: #503ABC; }
a { background-color: rgb(80,58,188); }
div.DivClassName
{
background-color: #503ABC;
}
.BgClassName
{
background-color: #503ABC;
}
</style>
border-color css
<style>
span { border-color: #503ABC; }
span { border-color: rgb(80,58,188); }
td.TdClassName
{
border-color: #503ABC;
}
.TagClassName
{
border-color: #503ABC;
}
</style>