Shades of Dark Violet #770BDA
Tints of Dark Violet #770BDA
RGB
CMYK
RGB Variations
Color information
#770BDA (or 0x770BDA) is known color: Dark Violet. HEX triplet: 77, 0B and DA. RGB value is (119,11,218). Sum of RGB (Red+Green+Blue) = 119+11+218=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #770BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BDA is #88F425. Grayscale: #424242. Windows color (decimal): -8975398 or 14289783. OLE color: 14289783.
HSL color Cylindrical-coordinate representation of color #770BDA: hue angle of 271.3º 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 #770BDA is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 11 | 218 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.15 |
| HSL | 271.3º | 0.9% | 0.45% | - |
| HSV(B) | 271.3º | 0.95% | 0.85% | - |
| XYZ | 20.38 | 9.22 | 67.04 | - |
| YUV | 66.89 | 213.28 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 218 | 0.45 | 0.95 | 0 | 0.15 | 271.3 | 0.9 | 0.45 |
| Hex | 77 | B | DA | 2D | 5F | 0 | F | 10F | 5A | 2D |
| Octal | 167 | 13 | 332 | 55 | 137 | 0 | 17 | 417 | 132 | 55 |
| Binary | 1110111 | 1011 | 11011010 | 101101 | 1011111 | 0 | 1111 | 100001111 | 1011010 | 101101 |
Color Harmonies of #770BDA
Complementary color
Monochromatic Colors of #770BDA
Black with #770BDA
Text Example
Text Example
White with #770BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BDA; }
p { color: rgb(119,11,218); }
H1.HeaderClassName
{
color: #770BDA;
}
.AnyTagClassName
{
color: #770BDA;
}
</style>
background-color css
<style>
a { background-color: #770BDA; }
a { background-color: rgb(119,11,218); }
div.DivClassName
{
background-color: #770BDA;
}
.BgClassName
{
background-color: #770BDA;
}
</style>
border-color css
<style>
span { border-color: #770BDA; }
span { border-color: rgb(119,11,218); }
td.TdClassName
{
border-color: #770BDA;
}
.TagClassName
{
border-color: #770BDA;
}
</style>