Shades of Dark Violet #770BD0
Tints of Dark Violet #770BD0
RGB
CMYK
RGB Variations
Color information
#770BD0 (or 0x770BD0) is known color: Dark Violet. HEX triplet: 77, 0B and D0. RGB value is (119,11,208). Sum of RGB (Red+Green+Blue) = 119+11+208=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 208 (81.64% from 255 or 61.54% from 338); Max value from RGB is 208 - color contains mainly: blue. Hex color #770BD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BD0 is #88F42F. Grayscale: #414141. Windows color (decimal): -8975408 or 13634423. OLE color: 13634423.
HSL color Cylindrical-coordinate representation of color #770BD0: hue angle of 272.89º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BD0 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 11 | 208 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.18 |
| HSL | 272.89º | 0.9% | 0.43% | - |
| HSV(B) | 272.89º | 0.95% | 0.82% | - |
| XYZ | 19.11 | 8.72 | 60.35 | - |
| YUV | 65.75 | 208.28 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 208 | 0.43 | 0.95 | 0 | 0.18 | 272.89 | 0.9 | 0.43 |
| Hex | 77 | B | D0 | 2B | 5F | 0 | 12 | 111 | 5A | 2B |
| Octal | 167 | 13 | 320 | 53 | 137 | 0 | 22 | 421 | 132 | 53 |
| Binary | 1110111 | 1011 | 11010000 | 101011 | 1011111 | 0 | 10010 | 100010001 | 1011010 | 101011 |
Color Harmonies of #770BD0
Complementary color
Monochromatic Colors of #770BD0
Black with #770BD0
Text Example
Text Example
White with #770BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BD0; }
p { color: rgb(119,11,208); }
H1.HeaderClassName
{
color: #770BD0;
}
.AnyTagClassName
{
color: #770BD0;
}
</style>
background-color css
<style>
a { background-color: #770BD0; }
a { background-color: rgb(119,11,208); }
div.DivClassName
{
background-color: #770BD0;
}
.BgClassName
{
background-color: #770BD0;
}
</style>
border-color css
<style>
span { border-color: #770BD0; }
span { border-color: rgb(119,11,208); }
td.TdClassName
{
border-color: #770BD0;
}
.TagClassName
{
border-color: #770BD0;
}
</style>