Shades of Dark Violet #7807BC
Tints of Dark Violet #7807BC
RGB
CMYK
RGB Variations
Color information
#7807BC (or 0x7807BC) is known color: Dark Violet. HEX triplet: 78, 07 and BC. RGB value is (120,7,188). Sum of RGB (Red+Green+Blue) = 120+7+188=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #7807BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7807BC is #87F843. Grayscale: #3C3C3C. Windows color (decimal): -8910916 or 12322680. OLE color: 12322680.
HSL color Cylindrical-coordinate representation of color #7807BC: hue angle of 277.46º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7807BC is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 7 | 188 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.26 |
| HSL | 277.46º | 0.93% | 0.38% | - |
| HSV(B) | 277.46º | 0.96% | 0.74% | - |
| XYZ | 16.9 | 7.78 | 48.19 | - |
| YUV | 61.42 | 199.44 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 188 | 0.36 | 0.96 | 0 | 0.26 | 277.46 | 0.93 | 0.38 |
| Hex | 78 | 7 | BC | 24 | 60 | 0 | 1A | 115 | 5D | 26 |
| Octal | 170 | 7 | 274 | 44 | 140 | 0 | 32 | 425 | 135 | 46 |
| Binary | 1111000 | 111 | 10111100 | 100100 | 1100000 | 0 | 11010 | 100010101 | 1011101 | 100110 |
Color Harmonies of #7807BC
Complementary color
Monochromatic Colors of #7807BC
Black with #7807BC
Text Example
Text Example
White with #7807BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7807BC; }
p { color: rgb(120,7,188); }
H1.HeaderClassName
{
color: #7807BC;
}
.AnyTagClassName
{
color: #7807BC;
}
</style>
background-color css
<style>
a { background-color: #7807BC; }
a { background-color: rgb(120,7,188); }
div.DivClassName
{
background-color: #7807BC;
}
.BgClassName
{
background-color: #7807BC;
}
</style>
border-color css
<style>
span { border-color: #7807BC; }
span { border-color: rgb(120,7,188); }
td.TdClassName
{
border-color: #7807BC;
}
.TagClassName
{
border-color: #7807BC;
}
</style>