Shades of Meteorite #513D72
Tints of Meteorite #513D72
RGB
CMYK
RGB Variations
Color information
#513D72 (or 0x513D72) is known color: Meteorite. HEX triplet: 51, 3D and 72. RGB value is (81,61,114). Sum of RGB (Red+Green+Blue) = 81+61+114=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #513D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D72 is #AEC28D. Grayscale: #484848. Windows color (decimal): -11453070 or 7486801. OLE color: 7486801.
HSL color Cylindrical-coordinate representation of color #513D72: hue angle of 262.64º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #513D72 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 61 | 114 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.55 |
| HSL | 262.64º | 0.3% | 0.34% | - |
| HSV(B) | 262.64º | 0.46% | 0.45% | - |
| XYZ | 8.1 | 6.3 | 16.71 | - |
| YUV | 73.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 114 | 0.29 | 0.46 | 0 | 0.55 | 262.64 | 0.3 | 0.34 |
| Hex | 51 | 3D | 72 | 1D | 2E | 0 | 37 | 107 | 1E | 22 |
| Octal | 121 | 75 | 162 | 35 | 56 | 0 | 67 | 407 | 36 | 42 |
| Binary | 1010001 | 111101 | 1110010 | 11101 | 101110 | 0 | 110111 | 100000111 | 11110 | 100010 |
Color Harmonies of #513D72
Complementary color
Monochromatic Colors of #513D72
Black with #513D72
Text Example
Text Example
White with #513D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D72; }
p { color: rgb(81,61,114); }
H1.HeaderClassName
{
color: #513D72;
}
.AnyTagClassName
{
color: #513D72;
}
</style>
background-color css
<style>
a { background-color: #513D72; }
a { background-color: rgb(81,61,114); }
div.DivClassName
{
background-color: #513D72;
}
.BgClassName
{
background-color: #513D72;
}
</style>
border-color css
<style>
span { border-color: #513D72; }
span { border-color: rgb(81,61,114); }
td.TdClassName
{
border-color: #513D72;
}
.TagClassName
{
border-color: #513D72;
}
</style>