Shades of Dark Violet #7002BE
Tints of Dark Violet #7002BE
RGB
CMYK
RGB Variations
Color information
#7002BE (or 0x7002BE) is known color: Dark Violet. HEX triplet: 70, 02 and BE. RGB value is (112,2,190). Sum of RGB (Red+Green+Blue) = 112+2+190=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #7002BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002BE is #8FFD41. Grayscale: #373737. Windows color (decimal): -9436482 or 12452464. OLE color: 12452464.
HSL color Cylindrical-coordinate representation of color #7002BE: hue angle of 275.11º 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 #7002BE is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 2 | 190 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.25 |
| HSL | 275.11º | 0.98% | 0.38% | - |
| HSV(B) | 275.11º | 0.99% | 0.75% | - |
| XYZ | 16 | 7.21 | 49.26 | - |
| YUV | 56.32 | 203.44 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 190 | 0.41 | 0.99 | 0 | 0.25 | 275.11 | 0.98 | 0.38 |
| Hex | 70 | 2 | BE | 29 | 63 | 0 | 19 | 113 | 62 | 26 |
| Octal | 160 | 2 | 276 | 51 | 143 | 0 | 31 | 423 | 142 | 46 |
| Binary | 1110000 | 10 | 10111110 | 101001 | 1100011 | 0 | 11001 | 100010011 | 1100010 | 100110 |
Color Harmonies of #7002BE
Complementary color
Monochromatic Colors of #7002BE
Black with #7002BE
Text Example
Text Example
White with #7002BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002BE; }
p { color: rgb(112,2,190); }
H1.HeaderClassName
{
color: #7002BE;
}
.AnyTagClassName
{
color: #7002BE;
}
</style>
background-color css
<style>
a { background-color: #7002BE; }
a { background-color: rgb(112,2,190); }
div.DivClassName
{
background-color: #7002BE;
}
.BgClassName
{
background-color: #7002BE;
}
</style>
border-color css
<style>
span { border-color: #7002BE; }
span { border-color: rgb(112,2,190); }
td.TdClassName
{
border-color: #7002BE;
}
.TagClassName
{
border-color: #7002BE;
}
</style>