Shades of Dark Violet #7902BC
Tints of Dark Violet #7902BC
RGB
CMYK
RGB Variations
Color information
#7902BC (or 0x7902BC) is known color: Dark Violet. HEX triplet: 79, 02 and BC. RGB value is (121,2,188). Sum of RGB (Red+Green+Blue) = 121+2+188=311 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.91% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #7902BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7902BC is #86FD43. Grayscale: #3A3A3A. Windows color (decimal): -8846660 or 12321401. OLE color: 12321401.
HSL color Cylindrical-coordinate representation of color #7902BC: hue angle of 278.39º degrees, saturation: 0.98, 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 #7902BC is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 2 | 188 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.26 |
| HSL | 278.39º | 0.98% | 0.37% | - |
| HSV(B) | 278.39º | 0.99% | 0.74% | - |
| XYZ | 16.98 | 7.74 | 48.18 | - |
| YUV | 58.79 | 200.92 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 188 | 0.36 | 0.99 | 0 | 0.26 | 278.39 | 0.98 | 0.37 |
| Hex | 79 | 2 | BC | 24 | 63 | 0 | 1A | 116 | 62 | 25 |
| Octal | 171 | 2 | 274 | 44 | 143 | 0 | 32 | 426 | 142 | 45 |
| Binary | 1111001 | 10 | 10111100 | 100100 | 1100011 | 0 | 11010 | 100010110 | 1100010 | 100101 |
Color Harmonies of #7902BC
Complementary color
Monochromatic Colors of #7902BC
Black with #7902BC
Text Example
Text Example
White with #7902BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7902BC; }
p { color: rgb(121,2,188); }
H1.HeaderClassName
{
color: #7902BC;
}
.AnyTagClassName
{
color: #7902BC;
}
</style>
background-color css
<style>
a { background-color: #7902BC; }
a { background-color: rgb(121,2,188); }
div.DivClassName
{
background-color: #7902BC;
}
.BgClassName
{
background-color: #7902BC;
}
</style>
border-color css
<style>
span { border-color: #7902BC; }
span { border-color: rgb(121,2,188); }
td.TdClassName
{
border-color: #7902BC;
}
.TagClassName
{
border-color: #7902BC;
}
</style>