Shades of Dark Violet #7701BD
Tints of Dark Violet #7701BD
RGB
CMYK
RGB Variations
Color information
#7701BD (or 0x7701BD) is known color: Dark Violet. HEX triplet: 77, 01 and BD. RGB value is (119,1,189). Sum of RGB (Red+Green+Blue) = 119+1+189=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #7701BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7701BD is #88FE42. Grayscale: #393939. Windows color (decimal): -8977987 or 12386679. OLE color: 12386679.
HSL color Cylindrical-coordinate representation of color #7701BD: hue angle of 277.66º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7701BD is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 1 | 189 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.26 |
| HSL | 277.66º | 0.99% | 0.37% | - |
| HSV(B) | 277.66º | 0.99% | 0.74% | - |
| XYZ | 16.8 | 7.62 | 48.73 | - |
| YUV | 57.71 | 202.09 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 189 | 0.37 | 0.99 | 0 | 0.26 | 277.66 | 0.99 | 0.37 |
| Hex | 77 | 1 | BD | 25 | 63 | 0 | 1A | 116 | 63 | 25 |
| Octal | 167 | 1 | 275 | 45 | 143 | 0 | 32 | 426 | 143 | 45 |
| Binary | 1110111 | 1 | 10111101 | 100101 | 1100011 | 0 | 11010 | 100010110 | 1100011 | 100101 |
Color Harmonies of #7701BD
Complementary color
Monochromatic Colors of #7701BD
Black with #7701BD
Text Example
Text Example
White with #7701BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7701BD; }
p { color: rgb(119,1,189); }
H1.HeaderClassName
{
color: #7701BD;
}
.AnyTagClassName
{
color: #7701BD;
}
</style>
background-color css
<style>
a { background-color: #7701BD; }
a { background-color: rgb(119,1,189); }
div.DivClassName
{
background-color: #7701BD;
}
.BgClassName
{
background-color: #7701BD;
}
</style>
border-color css
<style>
span { border-color: #7701BD; }
span { border-color: rgb(119,1,189); }
td.TdClassName
{
border-color: #7701BD;
}
.TagClassName
{
border-color: #7701BD;
}
</style>