Shades of Dark Violet #7701CE
Tints of Dark Violet #7701CE
RGB
CMYK
RGB Variations
Color information
#7701CE (or 0x7701CE) is known color: Dark Violet. HEX triplet: 77, 01 and CE. RGB value is (119,1,206). Sum of RGB (Red+Green+Blue) = 119+1+206=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #7701CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701CE is #88FE31. Grayscale: #3A3A3A. Windows color (decimal): -8977970 or 13500791. OLE color: 13500791.
HSL color Cylindrical-coordinate representation of color #7701CE: hue angle of 274.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7701CE is Cyan = 0.42, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 1 | 206 | - |
| CMYK | 0.42 | 1.00 | 0 | 0.19 |
| HSL | 274.54º | 0.99% | 0.41% | - |
| HSV(B) | 274.54º | 1% | 0.81% | - |
| XYZ | 18.76 | 8.4 | 59.03 | - |
| YUV | 59.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 206 | 0.42 | 1.00 | 0 | 0.19 | 274.54 | 0.99 | 0.41 |
| Hex | 77 | 1 | CE | 2A | 64 | 0 | 13 | 113 | 63 | 29 |
| Octal | 167 | 1 | 316 | 52 | 144 | 0 | 23 | 423 | 143 | 51 |
| Binary | 1110111 | 1 | 11001110 | 101010 | 1100100 | 0 | 10011 | 100010011 | 1100011 | 101001 |
Color Harmonies of #7701CE
Complementary color
Monochromatic Colors of #7701CE
Black with #7701CE
Text Example
Text Example
White with #7701CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7701CE; }
p { color: rgb(119,1,206); }
H1.HeaderClassName
{
color: #7701CE;
}
.AnyTagClassName
{
color: #7701CE;
}
</style>
background-color css
<style>
a { background-color: #7701CE; }
a { background-color: rgb(119,1,206); }
div.DivClassName
{
background-color: #7701CE;
}
.BgClassName
{
background-color: #7701CE;
}
</style>
border-color css
<style>
span { border-color: #7701CE; }
span { border-color: rgb(119,1,206); }
td.TdClassName
{
border-color: #7701CE;
}
.TagClassName
{
border-color: #7701CE;
}
</style>