Shades of Meteorite #503C72
Tints of Meteorite #503C72
RGB
CMYK
RGB Variations
Color information
#503C72 (or 0x503C72) is known color: Meteorite. HEX triplet: 50, 3C and 72. RGB value is (80,60,114). Sum of RGB (Red+Green+Blue) = 80+60+114=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #503C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C72 is #AFC38D. Grayscale: #474747. Windows color (decimal): -11518862 or 7486544. OLE color: 7486544.
HSL color Cylindrical-coordinate representation of color #503C72: hue angle of 262.22º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #503C72 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 60 | 114 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.55 |
| HSL | 262.22º | 0.31% | 0.34% | - |
| HSV(B) | 262.22º | 0.47% | 0.45% | - |
| XYZ | 7.96 | 6.15 | 16.69 | - |
| YUV | 72.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 114 | 0.30 | 0.47 | 0 | 0.55 | 262.22 | 0.31 | 0.34 |
| Hex | 50 | 3C | 72 | 1E | 2F | 0 | 37 | 106 | 1F | 22 |
| Octal | 120 | 74 | 162 | 36 | 57 | 0 | 67 | 406 | 37 | 42 |
| Binary | 1010000 | 111100 | 1110010 | 11110 | 101111 | 0 | 110111 | 100000110 | 11111 | 100010 |
Color Harmonies of #503C72
Complementary color
Monochromatic Colors of #503C72
Black with #503C72
Text Example
Text Example
White with #503C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C72; }
p { color: rgb(80,60,114); }
H1.HeaderClassName
{
color: #503C72;
}
.AnyTagClassName
{
color: #503C72;
}
</style>
background-color css
<style>
a { background-color: #503C72; }
a { background-color: rgb(80,60,114); }
div.DivClassName
{
background-color: #503C72;
}
.BgClassName
{
background-color: #503C72;
}
</style>
border-color css
<style>
span { border-color: #503C72; }
span { border-color: rgb(80,60,114); }
td.TdClassName
{
border-color: #503C72;
}
.TagClassName
{
border-color: #503C72;
}
</style>