Shades of Dark Violet #770BD7
Tints of Dark Violet #770BD7
RGB
CMYK
RGB Variations
Color information
#770BD7 (or 0x770BD7) is known color: Dark Violet. HEX triplet: 77, 0B and D7. RGB value is (119,11,215). Sum of RGB (Red+Green+Blue) = 119+11+215=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #770BD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BD7 is #88F428. Grayscale: #414141. Windows color (decimal): -8975401 or 14093175. OLE color: 14093175.
HSL color Cylindrical-coordinate representation of color #770BD7: hue angle of 271.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BD7 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 11 | 215 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.16 |
| HSL | 271.76º | 0.9% | 0.44% | - |
| HSV(B) | 271.76º | 0.95% | 0.84% | - |
| XYZ | 19.99 | 9.07 | 64.99 | - |
| YUV | 66.55 | 211.78 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 215 | 0.45 | 0.95 | 0 | 0.16 | 271.76 | 0.9 | 0.44 |
| Hex | 77 | B | D7 | 2D | 5F | 0 | 10 | 110 | 5A | 2C |
| Octal | 167 | 13 | 327 | 55 | 137 | 0 | 20 | 420 | 132 | 54 |
| Binary | 1110111 | 1011 | 11010111 | 101101 | 1011111 | 0 | 10000 | 100010000 | 1011010 | 101100 |
Color Harmonies of #770BD7
Complementary color
Monochromatic Colors of #770BD7
Black with #770BD7
Text Example
Text Example
White with #770BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BD7; }
p { color: rgb(119,11,215); }
H1.HeaderClassName
{
color: #770BD7;
}
.AnyTagClassName
{
color: #770BD7;
}
</style>
background-color css
<style>
a { background-color: #770BD7; }
a { background-color: rgb(119,11,215); }
div.DivClassName
{
background-color: #770BD7;
}
.BgClassName
{
background-color: #770BD7;
}
</style>
border-color css
<style>
span { border-color: #770BD7; }
span { border-color: rgb(119,11,215); }
td.TdClassName
{
border-color: #770BD7;
}
.TagClassName
{
border-color: #770BD7;
}
</style>