Shades of Dark Violet #770BD8
Tints of Dark Violet #770BD8
RGB
CMYK
RGB Variations
Color information
#770BD8 (or 0x770BD8) is known color: Dark Violet. HEX triplet: 77, 0B and D8. RGB value is (119,11,216). Sum of RGB (Red+Green+Blue) = 119+11+216=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #770BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BD8 is #88F427. Grayscale: #414141. Windows color (decimal): -8975400 or 14158711. OLE color: 14158711.
HSL color Cylindrical-coordinate representation of color #770BD8: hue angle of 271.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BD8 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 11 | 216 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.15 |
| HSL | 271.61º | 0.9% | 0.45% | - |
| HSV(B) | 271.61º | 0.95% | 0.85% | - |
| XYZ | 20.12 | 9.12 | 65.67 | - |
| YUV | 66.66 | 212.28 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 216 | 0.45 | 0.95 | 0 | 0.15 | 271.61 | 0.9 | 0.45 |
| Hex | 77 | B | D8 | 2D | 5F | 0 | F | 110 | 5A | 2D |
| Octal | 167 | 13 | 330 | 55 | 137 | 0 | 17 | 420 | 132 | 55 |
| Binary | 1110111 | 1011 | 11011000 | 101101 | 1011111 | 0 | 1111 | 100010000 | 1011010 | 101101 |
Color Harmonies of #770BD8
Complementary color
Monochromatic Colors of #770BD8
Black with #770BD8
Text Example
Text Example
White with #770BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BD8; }
p { color: rgb(119,11,216); }
H1.HeaderClassName
{
color: #770BD8;
}
.AnyTagClassName
{
color: #770BD8;
}
</style>
background-color css
<style>
a { background-color: #770BD8; }
a { background-color: rgb(119,11,216); }
div.DivClassName
{
background-color: #770BD8;
}
.BgClassName
{
background-color: #770BD8;
}
</style>
border-color css
<style>
span { border-color: #770BD8; }
span { border-color: rgb(119,11,216); }
td.TdClassName
{
border-color: #770BD8;
}
.TagClassName
{
border-color: #770BD8;
}
</style>