Shades of Dark Violet #7701BB
Tints of Dark Violet #7701BB
RGB
CMYK
RGB Variations
Color information
#7701BB (or 0x7701BB) is known color: Dark Violet. HEX triplet: 77, 01 and BB. RGB value is (119,1,187). Sum of RGB (Red+Green+Blue) = 119+1+187=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #7701BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701BB is #88FE44. Grayscale: #383838. Windows color (decimal): -8977989 or 12255607. OLE color: 12255607.
HSL color Cylindrical-coordinate representation of color #7701BB: hue angle of 278.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7701BB is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 1 | 187 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.27 |
| HSL | 278.06º | 0.99% | 0.37% | - |
| HSV(B) | 278.06º | 0.99% | 0.73% | - |
| XYZ | 16.59 | 7.53 | 47.59 | - |
| YUV | 57.49 | 201.09 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 187 | 0.36 | 0.99 | 0 | 0.27 | 278.06 | 0.99 | 0.37 |
| Hex | 77 | 1 | BB | 24 | 63 | 0 | 1B | 116 | 63 | 25 |
| Octal | 167 | 1 | 273 | 44 | 143 | 0 | 33 | 426 | 143 | 45 |
| Binary | 1110111 | 1 | 10111011 | 100100 | 1100011 | 0 | 11011 | 100010110 | 1100011 | 100101 |
Color Harmonies of #7701BB
Complementary color
Monochromatic Colors of #7701BB
Black with #7701BB
Text Example
Text Example
White with #7701BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7701BB; }
p { color: rgb(119,1,187); }
H1.HeaderClassName
{
color: #7701BB;
}
.AnyTagClassName
{
color: #7701BB;
}
</style>
background-color css
<style>
a { background-color: #7701BB; }
a { background-color: rgb(119,1,187); }
div.DivClassName
{
background-color: #7701BB;
}
.BgClassName
{
background-color: #7701BB;
}
</style>
border-color css
<style>
span { border-color: #7701BB; }
span { border-color: rgb(119,1,187); }
td.TdClassName
{
border-color: #7701BB;
}
.TagClassName
{
border-color: #7701BB;
}
</style>