Shades of Dark Violet #7002BA
Tints of Dark Violet #7002BA
RGB
CMYK
RGB Variations
Color information
#7002BA (or 0x7002BA) is known color: Dark Violet. HEX triplet: 70, 02 and BA. RGB value is (112,2,186). Sum of RGB (Red+Green+Blue) = 112+2+186=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #7002BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002BA is #8FFD45. Grayscale: #373737. Windows color (decimal): -9436486 or 12190320. OLE color: 12190320.
HSL color Cylindrical-coordinate representation of color #7002BA: hue angle of 275.87º 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 #7002BA is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 2 | 186 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.27 |
| HSL | 275.87º | 0.98% | 0.37% | - |
| HSV(B) | 275.87º | 0.99% | 0.73% | - |
| XYZ | 15.57 | 7.03 | 46.99 | - |
| YUV | 55.87 | 201.44 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 186 | 0.40 | 0.99 | 0 | 0.27 | 275.87 | 0.98 | 0.37 |
| Hex | 70 | 2 | BA | 28 | 63 | 0 | 1B | 114 | 62 | 25 |
| Octal | 160 | 2 | 272 | 50 | 143 | 0 | 33 | 424 | 142 | 45 |
| Binary | 1110000 | 10 | 10111010 | 101000 | 1100011 | 0 | 11011 | 100010100 | 1100010 | 100101 |
Color Harmonies of #7002BA
Complementary color
Monochromatic Colors of #7002BA
Black with #7002BA
Text Example
Text Example
White with #7002BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002BA; }
p { color: rgb(112,2,186); }
H1.HeaderClassName
{
color: #7002BA;
}
.AnyTagClassName
{
color: #7002BA;
}
</style>
background-color css
<style>
a { background-color: #7002BA; }
a { background-color: rgb(112,2,186); }
div.DivClassName
{
background-color: #7002BA;
}
.BgClassName
{
background-color: #7002BA;
}
</style>
border-color css
<style>
span { border-color: #7002BA; }
span { border-color: rgb(112,2,186); }
td.TdClassName
{
border-color: #7002BA;
}
.TagClassName
{
border-color: #7002BA;
}
</style>