Shades of Blue Diamond #501C76
Tints of Blue Diamond #501C76
RGB
CMYK
RGB Variations
Color information
#501C76 (or 0x501C76) is known color: Blue Diamond. HEX triplet: 50, 1C and 76. RGB value is (80,28,118). Sum of RGB (Red+Green+Blue) = 80+28+118=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #501C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C76 is #AFE389. Grayscale: #353535. Windows color (decimal): -11527050 or 7740496. OLE color: 7740496.
HSL color Cylindrical-coordinate representation of color #501C76: hue angle of 274.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501C76 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 28 | 118 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.54 |
| HSL | 274.67º | 0.62% | 0.29% | - |
| HSV(B) | 274.67º | 0.76% | 0.46% | - |
| XYZ | 6.99 | 3.84 | 17.51 | - |
| YUV | 53.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 118 | 0.32 | 0.76 | 0 | 0.54 | 274.67 | 0.62 | 0.29 |
| Hex | 50 | 1C | 76 | 20 | 4C | 0 | 36 | 113 | 3E | 1D |
| Octal | 120 | 34 | 166 | 40 | 114 | 0 | 66 | 423 | 76 | 35 |
| Binary | 1010000 | 11100 | 1110110 | 100000 | 1001100 | 0 | 110110 | 100010011 | 111110 | 11101 |
Color Harmonies of #501C76
Complementary color
Monochromatic Colors of #501C76
Black with #501C76
Text Example
Text Example
White with #501C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C76; }
p { color: rgb(80,28,118); }
H1.HeaderClassName
{
color: #501C76;
}
.AnyTagClassName
{
color: #501C76;
}
</style>
background-color css
<style>
a { background-color: #501C76; }
a { background-color: rgb(80,28,118); }
div.DivClassName
{
background-color: #501C76;
}
.BgClassName
{
background-color: #501C76;
}
</style>
border-color css
<style>
span { border-color: #501C76; }
span { border-color: rgb(80,28,118); }
td.TdClassName
{
border-color: #501C76;
}
.TagClassName
{
border-color: #501C76;
}
</style>