Shades of Dark Violet #7802BA
Tints of Dark Violet #7802BA
RGB
CMYK
RGB Variations
Color information
#7802BA (or 0x7802BA) is known color: Dark Violet. HEX triplet: 78, 02 and BA. RGB value is (120,2,186). Sum of RGB (Red+Green+Blue) = 120+2+186=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #7802BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7802BA is #87FD45. Grayscale: #393939. Windows color (decimal): -8912198 or 12190328. OLE color: 12190328.
HSL color Cylindrical-coordinate representation of color #7802BA: hue angle of 278.48º degrees, saturation: 0.98, 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 #7802BA is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 2 | 186 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.27 |
| HSL | 278.48º | 0.98% | 0.37% | - |
| HSV(B) | 278.48º | 0.99% | 0.73% | - |
| XYZ | 16.63 | 7.58 | 47.04 | - |
| YUV | 58.26 | 200.09 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 186 | 0.35 | 0.99 | 0 | 0.27 | 278.48 | 0.98 | 0.37 |
| Hex | 78 | 2 | BA | 23 | 63 | 0 | 1B | 116 | 62 | 25 |
| Octal | 170 | 2 | 272 | 43 | 143 | 0 | 33 | 426 | 142 | 45 |
| Binary | 1111000 | 10 | 10111010 | 100011 | 1100011 | 0 | 11011 | 100010110 | 1100010 | 100101 |
Color Harmonies of #7802BA
Complementary color
Monochromatic Colors of #7802BA
Black with #7802BA
Text Example
Text Example
White with #7802BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802BA; }
p { color: rgb(120,2,186); }
H1.HeaderClassName
{
color: #7802BA;
}
.AnyTagClassName
{
color: #7802BA;
}
</style>
background-color css
<style>
a { background-color: #7802BA; }
a { background-color: rgb(120,2,186); }
div.DivClassName
{
background-color: #7802BA;
}
.BgClassName
{
background-color: #7802BA;
}
</style>
border-color css
<style>
span { border-color: #7802BA; }
span { border-color: rgb(120,2,186); }
td.TdClassName
{
border-color: #7802BA;
}
.TagClassName
{
border-color: #7802BA;
}
</style>