Shades of Dark Violet #770BBF
Tints of Dark Violet #770BBF
RGB
CMYK
RGB Variations
Color information
#770BBF (or 0x770BBF) is known color: Dark Violet. HEX triplet: 77, 0B and BF. RGB value is (119,11,191). Sum of RGB (Red+Green+Blue) = 119+11+191=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #770BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BBF is #88F440. Grayscale: #3F3F3F. Windows color (decimal): -8975425 or 12520311. OLE color: 12520311.
HSL color Cylindrical-coordinate representation of color #770BBF: hue angle of 276º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BBF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 11 | 191 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.25 |
| HSL | 276º | 0.89% | 0.4% | - |
| HSV(B) | 276º | 0.94% | 0.75% | - |
| XYZ | 17.13 | 7.92 | 49.92 | - |
| YUV | 63.81 | 199.78 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 191 | 0.38 | 0.94 | 0 | 0.25 | 276 | 0.89 | 0.4 |
| Hex | 77 | B | BF | 26 | 5E | 0 | 19 | 114 | 59 | 28 |
| Octal | 167 | 13 | 277 | 46 | 136 | 0 | 31 | 424 | 131 | 50 |
| Binary | 1110111 | 1011 | 10111111 | 100110 | 1011110 | 0 | 11001 | 100010100 | 1011001 | 101000 |
Color Harmonies of #770BBF
Complementary color
Monochromatic Colors of #770BBF
Black with #770BBF
Text Example
Text Example
White with #770BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BBF; }
p { color: rgb(119,11,191); }
H1.HeaderClassName
{
color: #770BBF;
}
.AnyTagClassName
{
color: #770BBF;
}
</style>
background-color css
<style>
a { background-color: #770BBF; }
a { background-color: rgb(119,11,191); }
div.DivClassName
{
background-color: #770BBF;
}
.BgClassName
{
background-color: #770BBF;
}
</style>
border-color css
<style>
span { border-color: #770BBF; }
span { border-color: rgb(119,11,191); }
td.TdClassName
{
border-color: #770BBF;
}
.TagClassName
{
border-color: #770BBF;
}
</style>