Shades of Blue Diamond #512079
Tints of Blue Diamond #512079
RGB
CMYK
RGB Variations
Color information
#512079 (or 0x512079) is known color: Blue Diamond. HEX triplet: 51, 20 and 79. RGB value is (81,32,121). Sum of RGB (Red+Green+Blue) = 81+32+121=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #512079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512079 is #AEDF86. Grayscale: #383838. Windows color (decimal): -11460487 or 7938129. OLE color: 7938129.
HSL color Cylindrical-coordinate representation of color #512079: hue angle of 273.03º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512079 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 32 | 121 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.53 |
| HSL | 273.03º | 0.58% | 0.3% | - |
| HSV(B) | 273.03º | 0.74% | 0.47% | - |
| XYZ | 7.36 | 4.16 | 18.5 | - |
| YUV | 56.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 121 | 0.33 | 0.74 | 0 | 0.53 | 273.03 | 0.58 | 0.3 |
| Hex | 51 | 20 | 79 | 21 | 4A | 0 | 35 | 111 | 3A | 1E |
| Octal | 121 | 40 | 171 | 41 | 112 | 0 | 65 | 421 | 72 | 36 |
| Binary | 1010001 | 100000 | 1111001 | 100001 | 1001010 | 0 | 110101 | 100010001 | 111010 | 11110 |
Color Harmonies of #512079
Complementary color
Monochromatic Colors of #512079
Black with #512079
Text Example
Text Example
White with #512079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512079; }
p { color: rgb(81,32,121); }
H1.HeaderClassName
{
color: #512079;
}
.AnyTagClassName
{
color: #512079;
}
</style>
background-color css
<style>
a { background-color: #512079; }
a { background-color: rgb(81,32,121); }
div.DivClassName
{
background-color: #512079;
}
.BgClassName
{
background-color: #512079;
}
</style>
border-color css
<style>
span { border-color: #512079; }
span { border-color: rgb(81,32,121); }
td.TdClassName
{
border-color: #512079;
}
.TagClassName
{
border-color: #512079;
}
</style>