Shades of Dark Violet #7003BD
Tints of Dark Violet #7003BD
RGB
CMYK
RGB Variations
Color information
#7003BD (or 0x7003BD) is known color: Dark Violet. HEX triplet: 70, 03 and BD. RGB value is (112,3,189). Sum of RGB (Red+Green+Blue) = 112+3+189=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #7003BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7003BD is #8FFC42. Grayscale: #383838. Windows color (decimal): -9436227 or 12387184. OLE color: 12387184.
HSL color Cylindrical-coordinate representation of color #7003BD: hue angle of 275.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7003BD is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 3 | 189 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.26 |
| HSL | 275.16º | 0.97% | 0.38% | - |
| HSV(B) | 275.16º | 0.98% | 0.74% | - |
| XYZ | 15.9 | 7.18 | 48.69 | - |
| YUV | 56.8 | 202.61 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 189 | 0.41 | 0.98 | 0 | 0.26 | 275.16 | 0.97 | 0.38 |
| Hex | 70 | 3 | BD | 29 | 62 | 0 | 1A | 113 | 61 | 26 |
| Octal | 160 | 3 | 275 | 51 | 142 | 0 | 32 | 423 | 141 | 46 |
| Binary | 1110000 | 11 | 10111101 | 101001 | 1100010 | 0 | 11010 | 100010011 | 1100001 | 100110 |
Color Harmonies of #7003BD
Complementary color
Monochromatic Colors of #7003BD
Black with #7003BD
Text Example
Text Example
White with #7003BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7003BD; }
p { color: rgb(112,3,189); }
H1.HeaderClassName
{
color: #7003BD;
}
.AnyTagClassName
{
color: #7003BD;
}
</style>
background-color css
<style>
a { background-color: #7003BD; }
a { background-color: rgb(112,3,189); }
div.DivClassName
{
background-color: #7003BD;
}
.BgClassName
{
background-color: #7003BD;
}
</style>
border-color css
<style>
span { border-color: #7003BD; }
span { border-color: rgb(112,3,189); }
td.TdClassName
{
border-color: #7003BD;
}
.TagClassName
{
border-color: #7003BD;
}
</style>