Shades of Blue Diamond #511F7C
Tints of Blue Diamond #511F7C
RGB
CMYK
RGB Variations
Color information
#511F7C (or 0x511F7C) is known color: Blue Diamond. HEX triplet: 51, 1F and 7C. RGB value is (81,31,124). Sum of RGB (Red+Green+Blue) = 81+31+124=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #511F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F7C is #AEE083. Grayscale: #383838. Windows color (decimal): -11460740 or 8134481. OLE color: 8134481.
HSL color Cylindrical-coordinate representation of color #511F7C: hue angle of 272.26º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511F7C is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 31 | 124 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.51 |
| HSL | 272.26º | 0.6% | 0.3% | - |
| HSV(B) | 272.26º | 0.75% | 0.49% | - |
| XYZ | 7.52 | 4.18 | 19.48 | - |
| YUV | 56.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 124 | 0.35 | 0.75 | 0 | 0.51 | 272.26 | 0.6 | 0.3 |
| Hex | 51 | 1F | 7C | 23 | 4B | 0 | 33 | 110 | 3C | 1E |
| Octal | 121 | 37 | 174 | 43 | 113 | 0 | 63 | 420 | 74 | 36 |
| Binary | 1010001 | 11111 | 1111100 | 100011 | 1001011 | 0 | 110011 | 100010000 | 111100 | 11110 |
Color Harmonies of #511F7C
Complementary color
Monochromatic Colors of #511F7C
Black with #511F7C
Text Example
Text Example
White with #511F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F7C; }
p { color: rgb(81,31,124); }
H1.HeaderClassName
{
color: #511F7C;
}
.AnyTagClassName
{
color: #511F7C;
}
</style>
background-color css
<style>
a { background-color: #511F7C; }
a { background-color: rgb(81,31,124); }
div.DivClassName
{
background-color: #511F7C;
}
.BgClassName
{
background-color: #511F7C;
}
</style>
border-color css
<style>
span { border-color: #511F7C; }
span { border-color: rgb(81,31,124); }
td.TdClassName
{
border-color: #511F7C;
}
.TagClassName
{
border-color: #511F7C;
}
</style>