Shades of Blue Diamond #511A7D
Tints of Blue Diamond #511A7D
RGB
CMYK
RGB Variations
Color information
#511A7D (or 0x511A7D) is known color: Blue Diamond. HEX triplet: 51, 1A and 7D. RGB value is (81,26,125). Sum of RGB (Red+Green+Blue) = 81+26+125=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #511A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511A7D is #AEE582. Grayscale: #353535. Windows color (decimal): -11462019 or 8198737. OLE color: 8198737.
HSL color Cylindrical-coordinate representation of color #511A7D: hue angle of 273.33º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511A7D is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 26 | 125 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.51 |
| HSL | 273.33º | 0.66% | 0.3% | - |
| HSV(B) | 273.33º | 0.79% | 0.49% | - |
| XYZ | 7.46 | 3.97 | 19.77 | - |
| YUV | 53.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 125 | 0.35 | 0.79 | 0 | 0.51 | 273.33 | 0.66 | 0.3 |
| Hex | 51 | 1A | 7D | 23 | 4F | 0 | 33 | 111 | 42 | 1E |
| Octal | 121 | 32 | 175 | 43 | 117 | 0 | 63 | 421 | 102 | 36 |
| Binary | 1010001 | 11010 | 1111101 | 100011 | 1001111 | 0 | 110011 | 100010001 | 1000010 | 11110 |
Color Harmonies of #511A7D
Complementary color
Monochromatic Colors of #511A7D
Black with #511A7D
Text Example
Text Example
White with #511A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A7D; }
p { color: rgb(81,26,125); }
H1.HeaderClassName
{
color: #511A7D;
}
.AnyTagClassName
{
color: #511A7D;
}
</style>
background-color css
<style>
a { background-color: #511A7D; }
a { background-color: rgb(81,26,125); }
div.DivClassName
{
background-color: #511A7D;
}
.BgClassName
{
background-color: #511A7D;
}
</style>
border-color css
<style>
span { border-color: #511A7D; }
span { border-color: rgb(81,26,125); }
td.TdClassName
{
border-color: #511A7D;
}
.TagClassName
{
border-color: #511A7D;
}
</style>