Shades of Dark Violet #770CCA
Tints of Dark Violet #770CCA
RGB
CMYK
RGB Variations
Color information
#770CCA (or 0x770CCA) is known color: Dark Violet. HEX triplet: 77, 0C and CA. RGB value is (119,12,202). Sum of RGB (Red+Green+Blue) = 119+12+202=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #770CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CCA is #88F335. Grayscale: #414141. Windows color (decimal): -8975158 or 13241463. OLE color: 13241463.
HSL color Cylindrical-coordinate representation of color #770CCA: hue angle of 273.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770CCA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 12 | 202 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.21 |
| HSL | 273.79º | 0.89% | 0.42% | - |
| HSV(B) | 273.79º | 0.94% | 0.79% | - |
| XYZ | 18.4 | 8.45 | 56.54 | - |
| YUV | 65.65 | 204.95 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 202 | 0.41 | 0.94 | 0 | 0.21 | 273.79 | 0.89 | 0.42 |
| Hex | 77 | C | CA | 29 | 5E | 0 | 15 | 112 | 59 | 2A |
| Octal | 167 | 14 | 312 | 51 | 136 | 0 | 25 | 422 | 131 | 52 |
| Binary | 1110111 | 1100 | 11001010 | 101001 | 1011110 | 0 | 10101 | 100010010 | 1011001 | 101010 |
Color Harmonies of #770CCA
Complementary color
Monochromatic Colors of #770CCA
Black with #770CCA
Text Example
Text Example
White with #770CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770CCA; }
p { color: rgb(119,12,202); }
H1.HeaderClassName
{
color: #770CCA;
}
.AnyTagClassName
{
color: #770CCA;
}
</style>
background-color css
<style>
a { background-color: #770CCA; }
a { background-color: rgb(119,12,202); }
div.DivClassName
{
background-color: #770CCA;
}
.BgClassName
{
background-color: #770CCA;
}
</style>
border-color css
<style>
span { border-color: #770CCA; }
span { border-color: rgb(119,12,202); }
td.TdClassName
{
border-color: #770CCA;
}
.TagClassName
{
border-color: #770CCA;
}
</style>