Shades of Dark Violet #7705BC
Tints of Dark Violet #7705BC
RGB
CMYK
RGB Variations
Color information
#7705BC (or 0x7705BC) is known color: Dark Violet. HEX triplet: 77, 05 and BC. RGB value is (119,5,188). Sum of RGB (Red+Green+Blue) = 119+5+188=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #7705BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705BC is #88FA43. Grayscale: #3B3B3B. Windows color (decimal): -8976964 or 12322167. OLE color: 12322167.
HSL color Cylindrical-coordinate representation of color #7705BC: hue angle of 277.38º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705BC is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 5 | 188 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.26 |
| HSL | 277.38º | 0.95% | 0.38% | - |
| HSV(B) | 277.38º | 0.97% | 0.74% | - |
| XYZ | 16.74 | 7.66 | 48.17 | - |
| YUV | 59.95 | 200.27 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 188 | 0.37 | 0.97 | 0 | 0.26 | 277.38 | 0.95 | 0.38 |
| Hex | 77 | 5 | BC | 25 | 61 | 0 | 1A | 115 | 5F | 26 |
| Octal | 167 | 5 | 274 | 45 | 141 | 0 | 32 | 425 | 137 | 46 |
| Binary | 1110111 | 101 | 10111100 | 100101 | 1100001 | 0 | 11010 | 100010101 | 1011111 | 100110 |
Color Harmonies of #7705BC
Complementary color
Monochromatic Colors of #7705BC
Black with #7705BC
Text Example
Text Example
White with #7705BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705BC; }
p { color: rgb(119,5,188); }
H1.HeaderClassName
{
color: #7705BC;
}
.AnyTagClassName
{
color: #7705BC;
}
</style>
background-color css
<style>
a { background-color: #7705BC; }
a { background-color: rgb(119,5,188); }
div.DivClassName
{
background-color: #7705BC;
}
.BgClassName
{
background-color: #7705BC;
}
</style>
border-color css
<style>
span { border-color: #7705BC; }
span { border-color: rgb(119,5,188); }
td.TdClassName
{
border-color: #7705BC;
}
.TagClassName
{
border-color: #7705BC;
}
</style>