Shades of Dark Violet #7002BF
Tints of Dark Violet #7002BF
RGB
CMYK
RGB Variations
Color information
#7002BF (or 0x7002BF) is known color: Dark Violet. HEX triplet: 70, 02 and BF. RGB value is (112,2,191). Sum of RGB (Red+Green+Blue) = 112+2+191=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #7002BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002BF is #8FFD40. Grayscale: #373737. Windows color (decimal): -9436481 or 12518000. OLE color: 12518000.
HSL color Cylindrical-coordinate representation of color #7002BF: hue angle of 274.92º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002BF is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 2 | 191 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.25 |
| HSL | 274.92º | 0.98% | 0.38% | - |
| HSV(B) | 274.92º | 0.99% | 0.75% | - |
| XYZ | 16.11 | 7.25 | 49.84 | - |
| YUV | 56.44 | 203.94 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 191 | 0.41 | 0.99 | 0 | 0.25 | 274.92 | 0.98 | 0.38 |
| Hex | 70 | 2 | BF | 29 | 63 | 0 | 19 | 113 | 62 | 26 |
| Octal | 160 | 2 | 277 | 51 | 143 | 0 | 31 | 423 | 142 | 46 |
| Binary | 1110000 | 10 | 10111111 | 101001 | 1100011 | 0 | 11001 | 100010011 | 1100010 | 100110 |
Color Harmonies of #7002BF
Complementary color
Monochromatic Colors of #7002BF
Black with #7002BF
Text Example
Text Example
White with #7002BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002BF; }
p { color: rgb(112,2,191); }
H1.HeaderClassName
{
color: #7002BF;
}
.AnyTagClassName
{
color: #7002BF;
}
</style>
background-color css
<style>
a { background-color: #7002BF; }
a { background-color: rgb(112,2,191); }
div.DivClassName
{
background-color: #7002BF;
}
.BgClassName
{
background-color: #7002BF;
}
</style>
border-color css
<style>
span { border-color: #7002BF; }
span { border-color: rgb(112,2,191); }
td.TdClassName
{
border-color: #7002BF;
}
.TagClassName
{
border-color: #7002BF;
}
</style>