Shades of Dark Violet #770CCE
Tints of Dark Violet #770CCE
RGB
CMYK
RGB Variations
Color information
#770CCE (or 0x770CCE) is known color: Dark Violet. HEX triplet: 77, 0C and CE. RGB value is (119,12,206). Sum of RGB (Red+Green+Blue) = 119+12+206=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #770CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CCE is #88F331. Grayscale: #414141. Windows color (decimal): -8975154 or 13503607. OLE color: 13503607.
HSL color Cylindrical-coordinate representation of color #770CCE: hue angle of 273.09º degrees, saturation: 0.89, 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 #770CCE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 12 | 206 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.19 |
| HSL | 273.09º | 0.89% | 0.43% | - |
| HSV(B) | 273.09º | 0.94% | 0.81% | - |
| XYZ | 18.88 | 8.64 | 59.07 | - |
| YUV | 66.11 | 206.95 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 206 | 0.42 | 0.94 | 0 | 0.19 | 273.09 | 0.89 | 0.43 |
| Hex | 77 | C | CE | 2A | 5E | 0 | 13 | 111 | 59 | 2B |
| Octal | 167 | 14 | 316 | 52 | 136 | 0 | 23 | 421 | 131 | 53 |
| Binary | 1110111 | 1100 | 11001110 | 101010 | 1011110 | 0 | 10011 | 100010001 | 1011001 | 101011 |
Color Harmonies of #770CCE
Complementary color
Monochromatic Colors of #770CCE
Black with #770CCE
Text Example
Text Example
White with #770CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CCE; }
p { color: rgb(119,12,206); }
H1.HeaderClassName
{
color: #770CCE;
}
.AnyTagClassName
{
color: #770CCE;
}
</style>
background-color css
<style>
a { background-color: #770CCE; }
a { background-color: rgb(119,12,206); }
div.DivClassName
{
background-color: #770CCE;
}
.BgClassName
{
background-color: #770CCE;
}
</style>
border-color css
<style>
span { border-color: #770CCE; }
span { border-color: rgb(119,12,206); }
td.TdClassName
{
border-color: #770CCE;
}
.TagClassName
{
border-color: #770CCE;
}
</style>