Shades of Dark Violet #770BB8
Tints of Dark Violet #770BB8
RGB
CMYK
RGB Variations
Color information
#770BB8 (or 0x770BB8) is known color: Dark Violet. HEX triplet: 77, 0B and B8. RGB value is (119,11,184). Sum of RGB (Red+Green+Blue) = 119+11+184=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #770BB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BB8 is #88F447. Grayscale: #3E3E3E. Windows color (decimal): -8975432 or 12061559. OLE color: 12061559.
HSL color Cylindrical-coordinate representation of color #770BB8: hue angle of 277.46º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BB8 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 11 | 184 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.28 |
| HSL | 277.46º | 0.89% | 0.38% | - |
| HSV(B) | 277.46º | 0.94% | 0.72% | - |
| XYZ | 16.38 | 7.62 | 45.96 | - |
| YUV | 63.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 184 | 0.35 | 0.94 | 0 | 0.28 | 277.46 | 0.89 | 0.38 |
| Hex | 77 | B | B8 | 23 | 5E | 0 | 1C | 115 | 59 | 26 |
| Octal | 167 | 13 | 270 | 43 | 136 | 0 | 34 | 425 | 131 | 46 |
| Binary | 1110111 | 1011 | 10111000 | 100011 | 1011110 | 0 | 11100 | 100010101 | 1011001 | 100110 |
Color Harmonies of #770BB8
Complementary color
Monochromatic Colors of #770BB8
Black with #770BB8
Text Example
Text Example
White with #770BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BB8; }
p { color: rgb(119,11,184); }
H1.HeaderClassName
{
color: #770BB8;
}
.AnyTagClassName
{
color: #770BB8;
}
</style>
background-color css
<style>
a { background-color: #770BB8; }
a { background-color: rgb(119,11,184); }
div.DivClassName
{
background-color: #770BB8;
}
.BgClassName
{
background-color: #770BB8;
}
</style>
border-color css
<style>
span { border-color: #770BB8; }
span { border-color: rgb(119,11,184); }
td.TdClassName
{
border-color: #770BB8;
}
.TagClassName
{
border-color: #770BB8;
}
</style>