Shades of Dark Violet #770DCE
Tints of Dark Violet #770DCE
RGB
CMYK
RGB Variations
Color information
#770DCE (or 0x770DCE) is known color: Dark Violet. HEX triplet: 77, 0D and CE. RGB value is (119,13,206). Sum of RGB (Red+Green+Blue) = 119+13+206=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #770DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770DCE is #88F231. Grayscale: #424242. Windows color (decimal): -8974898 or 13503863. OLE color: 13503863.
HSL color Cylindrical-coordinate representation of color #770DCE: hue angle of 272.95º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770DCE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 13 | 206 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.19 |
| HSL | 272.95º | 0.88% | 0.43% | - |
| HSV(B) | 272.95º | 0.94% | 0.81% | - |
| XYZ | 18.89 | 8.67 | 59.07 | - |
| YUV | 66.7 | 206.62 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 206 | 0.42 | 0.94 | 0 | 0.19 | 272.95 | 0.88 | 0.43 |
| Hex | 77 | D | CE | 2A | 5E | 0 | 13 | 111 | 58 | 2B |
| Octal | 167 | 15 | 316 | 52 | 136 | 0 | 23 | 421 | 130 | 53 |
| Binary | 1110111 | 1101 | 11001110 | 101010 | 1011110 | 0 | 10011 | 100010001 | 1011000 | 101011 |
Color Harmonies of #770DCE
Complementary color
Monochromatic Colors of #770DCE
Black with #770DCE
Text Example
Text Example
White with #770DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770DCE; }
p { color: rgb(119,13,206); }
H1.HeaderClassName
{
color: #770DCE;
}
.AnyTagClassName
{
color: #770DCE;
}
</style>
background-color css
<style>
a { background-color: #770DCE; }
a { background-color: rgb(119,13,206); }
div.DivClassName
{
background-color: #770DCE;
}
.BgClassName
{
background-color: #770DCE;
}
</style>
border-color css
<style>
span { border-color: #770DCE; }
span { border-color: rgb(119,13,206); }
td.TdClassName
{
border-color: #770DCE;
}
.TagClassName
{
border-color: #770DCE;
}
</style>