Shades of Dark Violet #7103BF
Tints of Dark Violet #7103BF
RGB
CMYK
RGB Variations
Color information
#7103BF (or 0x7103BF) is known color: Dark Violet. HEX triplet: 71, 03 and BF. RGB value is (113,3,191). Sum of RGB (Red+Green+Blue) = 113+3+191=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #7103BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103BF is #8EFC40. Grayscale: #383838. Windows color (decimal): -9370689 or 12518257. OLE color: 12518257.
HSL color Cylindrical-coordinate representation of color #7103BF: hue angle of 275.11º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7103BF is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 3 | 191 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.25 |
| HSL | 275.11º | 0.97% | 0.38% | - |
| HSV(B) | 275.11º | 0.98% | 0.75% | - |
| XYZ | 16.25 | 7.34 | 49.85 | - |
| YUV | 57.32 | 203.44 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 191 | 0.41 | 0.98 | 0 | 0.25 | 275.11 | 0.97 | 0.38 |
| Hex | 71 | 3 | BF | 29 | 62 | 0 | 19 | 113 | 61 | 26 |
| Octal | 161 | 3 | 277 | 51 | 142 | 0 | 31 | 423 | 141 | 46 |
| Binary | 1110001 | 11 | 10111111 | 101001 | 1100010 | 0 | 11001 | 100010011 | 1100001 | 100110 |
Color Harmonies of #7103BF
Complementary color
Monochromatic Colors of #7103BF
Black with #7103BF
Text Example
Text Example
White with #7103BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7103BF; }
p { color: rgb(113,3,191); }
H1.HeaderClassName
{
color: #7103BF;
}
.AnyTagClassName
{
color: #7103BF;
}
</style>
background-color css
<style>
a { background-color: #7103BF; }
a { background-color: rgb(113,3,191); }
div.DivClassName
{
background-color: #7103BF;
}
.BgClassName
{
background-color: #7103BF;
}
</style>
border-color css
<style>
span { border-color: #7103BF; }
span { border-color: rgb(113,3,191); }
td.TdClassName
{
border-color: #7103BF;
}
.TagClassName
{
border-color: #7103BF;
}
</style>