Shades of Dark Violet #7711CA
Tints of Dark Violet #7711CA
RGB
CMYK
RGB Variations
Color information
#7711CA (or 0x7711CA) is known color: Dark Violet. HEX triplet: 77, 11 and CA. RGB value is (119,17,202). Sum of RGB (Red+Green+Blue) = 119+17+202=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #7711CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7711CA is #88EE35. Grayscale: #434343. Windows color (decimal): -8973878 or 13242743. OLE color: 13242743.
HSL color Cylindrical-coordinate representation of color #7711CA: hue angle of 273.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7711CA is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 17 | 202 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.21 |
| HSL | 273.08º | 0.84% | 0.43% | - |
| HSV(B) | 273.08º | 0.92% | 0.79% | - |
| XYZ | 18.47 | 8.59 | 56.56 | - |
| YUV | 68.59 | 203.29 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 17 | 202 | 0.41 | 0.92 | 0 | 0.21 | 273.08 | 0.84 | 0.43 |
| Hex | 77 | 11 | CA | 29 | 5C | 0 | 15 | 111 | 54 | 2B |
| Octal | 167 | 21 | 312 | 51 | 134 | 0 | 25 | 421 | 124 | 53 |
| Binary | 1110111 | 10001 | 11001010 | 101001 | 1011100 | 0 | 10101 | 100010001 | 1010100 | 101011 |
Color Harmonies of #7711CA
Complementary color
Monochromatic Colors of #7711CA
Black with #7711CA
Text Example
Text Example
White with #7711CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7711CA; }
p { color: rgb(119,17,202); }
H1.HeaderClassName
{
color: #7711CA;
}
.AnyTagClassName
{
color: #7711CA;
}
</style>
background-color css
<style>
a { background-color: #7711CA; }
a { background-color: rgb(119,17,202); }
div.DivClassName
{
background-color: #7711CA;
}
.BgClassName
{
background-color: #7711CA;
}
</style>
border-color css
<style>
span { border-color: #7711CA; }
span { border-color: rgb(119,17,202); }
td.TdClassName
{
border-color: #7711CA;
}
.TagClassName
{
border-color: #7711CA;
}
</style>