Shades of Meteorite #513C72
Tints of Meteorite #513C72
RGB
CMYK
RGB Variations
Color information
#513C72 (or 0x513C72) is known color: Meteorite. HEX triplet: 51, 3C and 72. RGB value is (81,60,114). Sum of RGB (Red+Green+Blue) = 81+60+114=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #513C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C72 is #AEC38D. Grayscale: #484848. Windows color (decimal): -11453326 or 7486545. OLE color: 7486545.
HSL color Cylindrical-coordinate representation of color #513C72: hue angle of 263.33º 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 #513C72 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 60 | 114 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.55 |
| HSL | 263.33º | 0.31% | 0.34% | - |
| HSV(B) | 263.33º | 0.47% | 0.45% | - |
| XYZ | 8.05 | 6.2 | 16.69 | - |
| YUV | 72.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 114 | 0.29 | 0.47 | 0 | 0.55 | 263.33 | 0.31 | 0.34 |
| Hex | 51 | 3C | 72 | 1D | 2F | 0 | 37 | 107 | 1F | 22 |
| Octal | 121 | 74 | 162 | 35 | 57 | 0 | 67 | 407 | 37 | 42 |
| Binary | 1010001 | 111100 | 1110010 | 11101 | 101111 | 0 | 110111 | 100000111 | 11111 | 100010 |
Color Harmonies of #513C72
Complementary color
Monochromatic Colors of #513C72
Black with #513C72
Text Example
Text Example
White with #513C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C72; }
p { color: rgb(81,60,114); }
H1.HeaderClassName
{
color: #513C72;
}
.AnyTagClassName
{
color: #513C72;
}
</style>
background-color css
<style>
a { background-color: #513C72; }
a { background-color: rgb(81,60,114); }
div.DivClassName
{
background-color: #513C72;
}
.BgClassName
{
background-color: #513C72;
}
</style>
border-color css
<style>
span { border-color: #513C72; }
span { border-color: rgb(81,60,114); }
td.TdClassName
{
border-color: #513C72;
}
.TagClassName
{
border-color: #513C72;
}
</style>