Shades of Blue Diamond #512071
Tints of Blue Diamond #512071
RGB
CMYK
RGB Variations
Color information
#512071 (or 0x512071) is known color: Blue Diamond. HEX triplet: 51, 20 and 71. RGB value is (81,32,113). Sum of RGB (Red+Green+Blue) = 81+32+113=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #512071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512071 is #AEDF8E. Grayscale: #373737. Windows color (decimal): -11460495 or 7413841. OLE color: 7413841.
HSL color Cylindrical-coordinate representation of color #512071: hue angle of 276.3º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512071 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 32 | 113 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.56 |
| HSL | 276.3º | 0.56% | 0.28% | - |
| HSV(B) | 276.3º | 0.72% | 0.44% | - |
| XYZ | 6.89 | 3.97 | 16.03 | - |
| YUV | 55.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 113 | 0.28 | 0.72 | 0 | 0.56 | 276.3 | 0.56 | 0.28 |
| Hex | 51 | 20 | 71 | 1C | 48 | 0 | 38 | 114 | 38 | 1C |
| Octal | 121 | 40 | 161 | 34 | 110 | 0 | 70 | 424 | 70 | 34 |
| Binary | 1010001 | 100000 | 1110001 | 11100 | 1001000 | 0 | 111000 | 100010100 | 111000 | 11100 |
Color Harmonies of #512071
Complementary color
Monochromatic Colors of #512071
Black with #512071
Text Example
Text Example
White with #512071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512071; }
p { color: rgb(81,32,113); }
H1.HeaderClassName
{
color: #512071;
}
.AnyTagClassName
{
color: #512071;
}
</style>
background-color css
<style>
a { background-color: #512071; }
a { background-color: rgb(81,32,113); }
div.DivClassName
{
background-color: #512071;
}
.BgClassName
{
background-color: #512071;
}
</style>
border-color css
<style>
span { border-color: #512071; }
span { border-color: rgb(81,32,113); }
td.TdClassName
{
border-color: #512071;
}
.TagClassName
{
border-color: #512071;
}
</style>