Shades of Dark Violet #770BDD
Tints of Dark Violet #770BDD
RGB
CMYK
RGB Variations
Color information
#770BDD (or 0x770BDD) is known color: Dark Violet. HEX triplet: 77, 0B and DD. RGB value is (119,11,221). Sum of RGB (Red+Green+Blue) = 119+11+221=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #770BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BDD is #88F422. Grayscale: #424242. Windows color (decimal): -8975395 or 14486391. OLE color: 14486391.
HSL color Cylindrical-coordinate representation of color #770BDD: hue angle of 270.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770BDD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 11 | 221 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.13 |
| HSL | 270.86º | 0.91% | 0.45% | - |
| HSV(B) | 270.86º | 0.95% | 0.87% | - |
| XYZ | 20.78 | 9.38 | 69.12 | - |
| YUV | 67.23 | 214.78 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 221 | 0.46 | 0.95 | 0 | 0.13 | 270.86 | 0.91 | 0.45 |
| Hex | 77 | B | DD | 2E | 5F | 0 | D | 10F | 5B | 2D |
| Octal | 167 | 13 | 335 | 56 | 137 | 0 | 15 | 417 | 133 | 55 |
| Binary | 1110111 | 1011 | 11011101 | 101110 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101101 |
Color Harmonies of #770BDD
Complementary color
Monochromatic Colors of #770BDD
Black with #770BDD
Text Example
Text Example
White with #770BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BDD; }
p { color: rgb(119,11,221); }
H1.HeaderClassName
{
color: #770BDD;
}
.AnyTagClassName
{
color: #770BDD;
}
</style>
background-color css
<style>
a { background-color: #770BDD; }
a { background-color: rgb(119,11,221); }
div.DivClassName
{
background-color: #770BDD;
}
.BgClassName
{
background-color: #770BDD;
}
</style>
border-color css
<style>
span { border-color: #770BDD; }
span { border-color: rgb(119,11,221); }
td.TdClassName
{
border-color: #770BDD;
}
.TagClassName
{
border-color: #770BDD;
}
</style>