Shades of Dark Violet #770BB3
Tints of Dark Violet #770BB3
RGB
CMYK
RGB Variations
Color information
#770BB3 (or 0x770BB3) is known color: Dark Violet. HEX triplet: 77, 0B and B3. RGB value is (119,11,179). Sum of RGB (Red+Green+Blue) = 119+11+179=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #770BB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BB3 is #88F44C. Grayscale: #3D3D3D. Windows color (decimal): -8975437 or 11733879. OLE color: 11733879.
HSL color Cylindrical-coordinate representation of color #770BB3: hue angle of 278.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BB3 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 11 | 179 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.30 |
| HSL | 278.57º | 0.88% | 0.37% | - |
| HSV(B) | 278.57º | 0.94% | 0.7% | - |
| XYZ | 15.86 | 7.42 | 43.24 | - |
| YUV | 62.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 179 | 0.34 | 0.94 | 0 | 0.30 | 278.57 | 0.88 | 0.37 |
| Hex | 77 | B | B3 | 22 | 5E | 0 | 1E | 117 | 58 | 25 |
| Octal | 167 | 13 | 263 | 42 | 136 | 0 | 36 | 427 | 130 | 45 |
| Binary | 1110111 | 1011 | 10110011 | 100010 | 1011110 | 0 | 11110 | 100010111 | 1011000 | 100101 |
Color Harmonies of #770BB3
Complementary color
Monochromatic Colors of #770BB3
Black with #770BB3
Text Example
Text Example
White with #770BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BB3; }
p { color: rgb(119,11,179); }
H1.HeaderClassName
{
color: #770BB3;
}
.AnyTagClassName
{
color: #770BB3;
}
</style>
background-color css
<style>
a { background-color: #770BB3; }
a { background-color: rgb(119,11,179); }
div.DivClassName
{
background-color: #770BB3;
}
.BgClassName
{
background-color: #770BB3;
}
</style>
border-color css
<style>
span { border-color: #770BB3; }
span { border-color: rgb(119,11,179); }
td.TdClassName
{
border-color: #770BB3;
}
.TagClassName
{
border-color: #770BB3;
}
</style>