Shades of Dark Violet #770AB8
Tints of Dark Violet #770AB8
RGB
CMYK
RGB Variations
Color information
#770AB8 (or 0x770AB8) is known color: Dark Violet. HEX triplet: 77, 0A and B8. RGB value is (119,10,184). Sum of RGB (Red+Green+Blue) = 119+10+184=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 184 (72.27% from 255 or 58.79% from 313); Max value from RGB is 184 - color contains mainly: blue. Hex color #770AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770AB8 is #88F547. Grayscale: #3D3D3D. Windows color (decimal): -8975688 or 12061303. OLE color: 12061303.
HSL color Cylindrical-coordinate representation of color #770AB8: hue angle of 277.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770AB8 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 10 | 184 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.28 |
| HSL | 277.59º | 0.9% | 0.38% | - |
| HSV(B) | 277.59º | 0.95% | 0.72% | - |
| XYZ | 16.37 | 7.6 | 45.95 | - |
| YUV | 62.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 184 | 0.35 | 0.95 | 0 | 0.28 | 277.59 | 0.9 | 0.38 |
| Hex | 77 | A | B8 | 23 | 5F | 0 | 1C | 116 | 5A | 26 |
| Octal | 167 | 12 | 270 | 43 | 137 | 0 | 34 | 426 | 132 | 46 |
| Binary | 1110111 | 1010 | 10111000 | 100011 | 1011111 | 0 | 11100 | 100010110 | 1011010 | 100110 |
Color Harmonies of #770AB8
Complementary color
Monochromatic Colors of #770AB8
Black with #770AB8
Text Example
Text Example
White with #770AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770AB8; }
p { color: rgb(119,10,184); }
H1.HeaderClassName
{
color: #770AB8;
}
.AnyTagClassName
{
color: #770AB8;
}
</style>
background-color css
<style>
a { background-color: #770AB8; }
a { background-color: rgb(119,10,184); }
div.DivClassName
{
background-color: #770AB8;
}
.BgClassName
{
background-color: #770AB8;
}
</style>
border-color css
<style>
span { border-color: #770AB8; }
span { border-color: rgb(119,10,184); }
td.TdClassName
{
border-color: #770AB8;
}
.TagClassName
{
border-color: #770AB8;
}
</style>