Shades of Blue Diamond #501E7C
Tints of Blue Diamond #501E7C
RGB
CMYK
RGB Variations
Color information
#501E7C (or 0x501E7C) is known color: Blue Diamond. HEX triplet: 50, 1E and 7C. RGB value is (80,30,124). Sum of RGB (Red+Green+Blue) = 80+30+124=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #501E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E7C is #AFE183. Grayscale: #373737. Windows color (decimal): -11526532 or 8134224. OLE color: 8134224.
HSL color Cylindrical-coordinate representation of color #501E7C: hue angle of 271.91º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501E7C is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 30 | 124 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.51 |
| HSL | 271.91º | 0.61% | 0.3% | - |
| HSV(B) | 271.91º | 0.76% | 0.49% | - |
| XYZ | 7.41 | 4.09 | 19.47 | - |
| YUV | 55.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 124 | 0.35 | 0.76 | 0 | 0.51 | 271.91 | 0.61 | 0.3 |
| Hex | 50 | 1E | 7C | 23 | 4C | 0 | 33 | 110 | 3D | 1E |
| Octal | 120 | 36 | 174 | 43 | 114 | 0 | 63 | 420 | 75 | 36 |
| Binary | 1010000 | 11110 | 1111100 | 100011 | 1001100 | 0 | 110011 | 100010000 | 111101 | 11110 |
Color Harmonies of #501E7C
Complementary color
Monochromatic Colors of #501E7C
Black with #501E7C
Text Example
Text Example
White with #501E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E7C; }
p { color: rgb(80,30,124); }
H1.HeaderClassName
{
color: #501E7C;
}
.AnyTagClassName
{
color: #501E7C;
}
</style>
background-color css
<style>
a { background-color: #501E7C; }
a { background-color: rgb(80,30,124); }
div.DivClassName
{
background-color: #501E7C;
}
.BgClassName
{
background-color: #501E7C;
}
</style>
border-color css
<style>
span { border-color: #501E7C; }
span { border-color: rgb(80,30,124); }
td.TdClassName
{
border-color: #501E7C;
}
.TagClassName
{
border-color: #501E7C;
}
</style>