Shades of Dark Violet #770BC2
Tints of Dark Violet #770BC2
RGB
CMYK
RGB Variations
Color information
#770BC2 (or 0x770BC2) is known color: Dark Violet. HEX triplet: 77, 0B and C2. RGB value is (119,11,194). Sum of RGB (Red+Green+Blue) = 119+11+194=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #770BC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770BC2 is #88F43D. Grayscale: #3F3F3F. Windows color (decimal): -8975422 or 12716919. OLE color: 12716919.
HSL color Cylindrical-coordinate representation of color #770BC2: hue angle of 275.41º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770BC2 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 11 | 194 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.24 |
| HSL | 275.41º | 0.89% | 0.4% | - |
| HSV(B) | 275.41º | 0.94% | 0.76% | - |
| XYZ | 17.47 | 8.06 | 51.67 | - |
| YUV | 64.15 | 201.28 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 194 | 0.39 | 0.94 | 0 | 0.24 | 275.41 | 0.89 | 0.4 |
| Hex | 77 | B | C2 | 27 | 5E | 0 | 18 | 113 | 59 | 28 |
| Octal | 167 | 13 | 302 | 47 | 136 | 0 | 30 | 423 | 131 | 50 |
| Binary | 1110111 | 1011 | 11000010 | 100111 | 1011110 | 0 | 11000 | 100010011 | 1011001 | 101000 |
Color Harmonies of #770BC2
Complementary color
Monochromatic Colors of #770BC2
Black with #770BC2
Text Example
Text Example
White with #770BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BC2; }
p { color: rgb(119,11,194); }
H1.HeaderClassName
{
color: #770BC2;
}
.AnyTagClassName
{
color: #770BC2;
}
</style>
background-color css
<style>
a { background-color: #770BC2; }
a { background-color: rgb(119,11,194); }
div.DivClassName
{
background-color: #770BC2;
}
.BgClassName
{
background-color: #770BC2;
}
</style>
border-color css
<style>
span { border-color: #770BC2; }
span { border-color: rgb(119,11,194); }
td.TdClassName
{
border-color: #770BC2;
}
.TagClassName
{
border-color: #770BC2;
}
</style>