Shades of Dark Violet #7803BD
Tints of Dark Violet #7803BD
RGB
CMYK
RGB Variations
Color information
#7803BD (or 0x7803BD) is known color: Dark Violet. HEX triplet: 78, 03 and BD. RGB value is (120,3,189). Sum of RGB (Red+Green+Blue) = 120+3+189=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #7803BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7803BD is #87FC42. Grayscale: #3A3A3A. Windows color (decimal): -8911939 or 12387192. OLE color: 12387192.
HSL color Cylindrical-coordinate representation of color #7803BD: hue angle of 277.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7803BD is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 3 | 189 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.26 |
| HSL | 277.74º | 0.97% | 0.38% | - |
| HSV(B) | 277.74º | 0.98% | 0.74% | - |
| XYZ | 16.96 | 7.73 | 48.74 | - |
| YUV | 59.19 | 201.26 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 3 | 189 | 0.37 | 0.98 | 0 | 0.26 | 277.74 | 0.97 | 0.38 |
| Hex | 78 | 3 | BD | 25 | 62 | 0 | 1A | 116 | 61 | 26 |
| Octal | 170 | 3 | 275 | 45 | 142 | 0 | 32 | 426 | 141 | 46 |
| Binary | 1111000 | 11 | 10111101 | 100101 | 1100010 | 0 | 11010 | 100010110 | 1100001 | 100110 |
Color Harmonies of #7803BD
Complementary color
Monochromatic Colors of #7803BD
Black with #7803BD
Text Example
Text Example
White with #7803BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7803BD; }
p { color: rgb(120,3,189); }
H1.HeaderClassName
{
color: #7803BD;
}
.AnyTagClassName
{
color: #7803BD;
}
</style>
background-color css
<style>
a { background-color: #7803BD; }
a { background-color: rgb(120,3,189); }
div.DivClassName
{
background-color: #7803BD;
}
.BgClassName
{
background-color: #7803BD;
}
</style>
border-color css
<style>
span { border-color: #7803BD; }
span { border-color: rgb(120,3,189); }
td.TdClassName
{
border-color: #7803BD;
}
.TagClassName
{
border-color: #7803BD;
}
</style>