Shades of Blue Diamond #511A7F
Tints of Blue Diamond #511A7F
RGB
CMYK
RGB Variations
Color information
#511A7F (or 0x511A7F) is known color: Blue Diamond. HEX triplet: 51, 1A and 7F. RGB value is (81,26,127). Sum of RGB (Red+Green+Blue) = 81+26+127=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #511A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A7F is #AEE580. Grayscale: #353535. Windows color (decimal): -11462017 or 8329809. OLE color: 8329809.
HSL color Cylindrical-coordinate representation of color #511A7F: hue angle of 272.67º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511A7F is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 26 | 127 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.50 |
| HSL | 272.67º | 0.66% | 0.3% | - |
| HSV(B) | 272.67º | 0.8% | 0.5% | - |
| XYZ | 7.59 | 4.02 | 20.45 | - |
| YUV | 53.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 127 | 0.36 | 0.80 | 0 | 0.50 | 272.67 | 0.66 | 0.3 |
| Hex | 51 | 1A | 7F | 24 | 50 | 0 | 32 | 111 | 42 | 1E |
| Octal | 121 | 32 | 177 | 44 | 120 | 0 | 62 | 421 | 102 | 36 |
| Binary | 1010001 | 11010 | 1111111 | 100100 | 1010000 | 0 | 110010 | 100010001 | 1000010 | 11110 |
Color Harmonies of #511A7F
Complementary color
Monochromatic Colors of #511A7F
Black with #511A7F
Text Example
Text Example
White with #511A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A7F; }
p { color: rgb(81,26,127); }
H1.HeaderClassName
{
color: #511A7F;
}
.AnyTagClassName
{
color: #511A7F;
}
</style>
background-color css
<style>
a { background-color: #511A7F; }
a { background-color: rgb(81,26,127); }
div.DivClassName
{
background-color: #511A7F;
}
.BgClassName
{
background-color: #511A7F;
}
</style>
border-color css
<style>
span { border-color: #511A7F; }
span { border-color: rgb(81,26,127); }
td.TdClassName
{
border-color: #511A7F;
}
.TagClassName
{
border-color: #511A7F;
}
</style>