Shades of Dark Violet #7003BB
Tints of Dark Violet #7003BB
RGB
CMYK
RGB Variations
Color information
#7003BB (or 0x7003BB) is known color: Dark Violet. HEX triplet: 70, 03 and BB. RGB value is (112,3,187). Sum of RGB (Red+Green+Blue) = 112+3+187=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #7003BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7003BB is #8FFC44. Grayscale: #373737. Windows color (decimal): -9436229 or 12256112. OLE color: 12256112.
HSL color Cylindrical-coordinate representation of color #7003BB: hue angle of 275.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7003BB is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 3 | 187 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.27 |
| HSL | 275.54º | 0.97% | 0.37% | - |
| HSV(B) | 275.54º | 0.98% | 0.73% | - |
| XYZ | 15.68 | 7.1 | 47.56 | - |
| YUV | 56.57 | 201.61 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 187 | 0.40 | 0.98 | 0 | 0.27 | 275.54 | 0.97 | 0.37 |
| Hex | 70 | 3 | BB | 28 | 62 | 0 | 1B | 114 | 61 | 25 |
| Octal | 160 | 3 | 273 | 50 | 142 | 0 | 33 | 424 | 141 | 45 |
| Binary | 1110000 | 11 | 10111011 | 101000 | 1100010 | 0 | 11011 | 100010100 | 1100001 | 100101 |
Color Harmonies of #7003BB
Complementary color
Monochromatic Colors of #7003BB
Black with #7003BB
Text Example
Text Example
White with #7003BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003BB; }
p { color: rgb(112,3,187); }
H1.HeaderClassName
{
color: #7003BB;
}
.AnyTagClassName
{
color: #7003BB;
}
</style>
background-color css
<style>
a { background-color: #7003BB; }
a { background-color: rgb(112,3,187); }
div.DivClassName
{
background-color: #7003BB;
}
.BgClassName
{
background-color: #7003BB;
}
</style>
border-color css
<style>
span { border-color: #7003BB; }
span { border-color: rgb(112,3,187); }
td.TdClassName
{
border-color: #7003BB;
}
.TagClassName
{
border-color: #7003BB;
}
</style>