Shades of Dark Violet #770ACE
Tints of Dark Violet #770ACE
RGB
CMYK
RGB Variations
Color information
#770ACE (or 0x770ACE) is known color: Dark Violet. HEX triplet: 77, 0A and CE. RGB value is (119,10,206). Sum of RGB (Red+Green+Blue) = 119+10+206=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #770ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770ACE is #88F531. Grayscale: #404040. Windows color (decimal): -8975666 or 13503095. OLE color: 13503095.
HSL color Cylindrical-coordinate representation of color #770ACE: hue angle of 273.37º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770ACE is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 10 | 206 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.19 |
| HSL | 273.37º | 0.91% | 0.42% | - |
| HSV(B) | 273.37º | 0.95% | 0.81% | - |
| XYZ | 18.86 | 8.6 | 59.06 | - |
| YUV | 64.94 | 207.61 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 206 | 0.42 | 0.95 | 0 | 0.19 | 273.37 | 0.91 | 0.42 |
| Hex | 77 | A | CE | 2A | 5F | 0 | 13 | 111 | 5B | 2A |
| Octal | 167 | 12 | 316 | 52 | 137 | 0 | 23 | 421 | 133 | 52 |
| Binary | 1110111 | 1010 | 11001110 | 101010 | 1011111 | 0 | 10011 | 100010001 | 1011011 | 101010 |
Color Harmonies of #770ACE
Complementary color
Monochromatic Colors of #770ACE
Black with #770ACE
Text Example
Text Example
White with #770ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770ACE; }
p { color: rgb(119,10,206); }
H1.HeaderClassName
{
color: #770ACE;
}
.AnyTagClassName
{
color: #770ACE;
}
</style>
background-color css
<style>
a { background-color: #770ACE; }
a { background-color: rgb(119,10,206); }
div.DivClassName
{
background-color: #770ACE;
}
.BgClassName
{
background-color: #770ACE;
}
</style>
border-color css
<style>
span { border-color: #770ACE; }
span { border-color: rgb(119,10,206); }
td.TdClassName
{
border-color: #770ACE;
}
.TagClassName
{
border-color: #770ACE;
}
</style>