Shades of Blue Diamond #501D72
Tints of Blue Diamond #501D72
RGB
CMYK
RGB Variations
Color information
#501D72 (or 0x501D72) is known color: Blue Diamond. HEX triplet: 50, 1D and 72. RGB value is (80,29,114). Sum of RGB (Red+Green+Blue) = 80+29+114=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #501D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D72 is #AFE28D. Grayscale: #353535. Windows color (decimal): -11526798 or 7478608. OLE color: 7478608.
HSL color Cylindrical-coordinate representation of color #501D72: hue angle of 276º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501D72 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 29 | 114 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.55 |
| HSL | 276º | 0.59% | 0.28% | - |
| HSV(B) | 276º | 0.75% | 0.45% | - |
| XYZ | 6.78 | 3.8 | 16.3 | - |
| YUV | 53.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 114 | 0.30 | 0.75 | 0 | 0.55 | 276 | 0.59 | 0.28 |
| Hex | 50 | 1D | 72 | 1E | 4B | 0 | 37 | 114 | 3B | 1C |
| Octal | 120 | 35 | 162 | 36 | 113 | 0 | 67 | 424 | 73 | 34 |
| Binary | 1010000 | 11101 | 1110010 | 11110 | 1001011 | 0 | 110111 | 100010100 | 111011 | 11100 |
Color Harmonies of #501D72
Complementary color
Monochromatic Colors of #501D72
Black with #501D72
Text Example
Text Example
White with #501D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D72; }
p { color: rgb(80,29,114); }
H1.HeaderClassName
{
color: #501D72;
}
.AnyTagClassName
{
color: #501D72;
}
</style>
background-color css
<style>
a { background-color: #501D72; }
a { background-color: rgb(80,29,114); }
div.DivClassName
{
background-color: #501D72;
}
.BgClassName
{
background-color: #501D72;
}
</style>
border-color css
<style>
span { border-color: #501D72; }
span { border-color: rgb(80,29,114); }
td.TdClassName
{
border-color: #501D72;
}
.TagClassName
{
border-color: #501D72;
}
</style>