Shades of Blue Diamond #512C72
Tints of Blue Diamond #512C72
RGB
CMYK
RGB Variations
Color information
#512C72 (or 0x512C72) is known color: Blue Diamond. HEX triplet: 51, 2C and 72. RGB value is (81,44,114). Sum of RGB (Red+Green+Blue) = 81+44+114=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #512C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C72 is #AED38D. Grayscale: #3E3E3E. Windows color (decimal): -11457422 or 7482449. OLE color: 7482449.
HSL color Cylindrical-coordinate representation of color #512C72: hue angle of 271.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512C72 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 44 | 114 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.55 |
| HSL | 271.71º | 0.44% | 0.31% | - |
| HSV(B) | 271.71º | 0.61% | 0.45% | - |
| XYZ | 7.33 | 4.77 | 16.45 | - |
| YUV | 63.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 114 | 0.29 | 0.61 | 0 | 0.55 | 271.71 | 0.44 | 0.31 |
| Hex | 51 | 2C | 72 | 1D | 3D | 0 | 37 | 110 | 2C | 1F |
| Octal | 121 | 54 | 162 | 35 | 75 | 0 | 67 | 420 | 54 | 37 |
| Binary | 1010001 | 101100 | 1110010 | 11101 | 111101 | 0 | 110111 | 100010000 | 101100 | 11111 |
Color Harmonies of #512C72
Complementary color
Monochromatic Colors of #512C72
Black with #512C72
Text Example
Text Example
White with #512C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C72; }
p { color: rgb(81,44,114); }
H1.HeaderClassName
{
color: #512C72;
}
.AnyTagClassName
{
color: #512C72;
}
</style>
background-color css
<style>
a { background-color: #512C72; }
a { background-color: rgb(81,44,114); }
div.DivClassName
{
background-color: #512C72;
}
.BgClassName
{
background-color: #512C72;
}
</style>
border-color css
<style>
span { border-color: #512C72; }
span { border-color: rgb(81,44,114); }
td.TdClassName
{
border-color: #512C72;
}
.TagClassName
{
border-color: #512C72;
}
</style>