Shades of Dark Violet #7103BB
Tints of Dark Violet #7103BB
RGB
CMYK
RGB Variations
Color information
#7103BB (or 0x7103BB) is known color: Dark Violet. HEX triplet: 71, 03 and BB. RGB value is (113,3,187). Sum of RGB (Red+Green+Blue) = 113+3+187=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #7103BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103BB is #8EFC44. Grayscale: #383838. Windows color (decimal): -9370693 or 12256113. OLE color: 12256113.
HSL color Cylindrical-coordinate representation of color #7103BB: hue angle of 275.87º 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 #7103BB is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 3 | 187 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.27 |
| HSL | 275.87º | 0.97% | 0.37% | - |
| HSV(B) | 275.87º | 0.98% | 0.73% | - |
| XYZ | 15.81 | 7.16 | 47.56 | - |
| YUV | 56.87 | 201.44 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 187 | 0.40 | 0.98 | 0 | 0.27 | 275.87 | 0.97 | 0.37 |
| Hex | 71 | 3 | BB | 28 | 62 | 0 | 1B | 114 | 61 | 25 |
| Octal | 161 | 3 | 273 | 50 | 142 | 0 | 33 | 424 | 141 | 45 |
| Binary | 1110001 | 11 | 10111011 | 101000 | 1100010 | 0 | 11011 | 100010100 | 1100001 | 100101 |
Color Harmonies of #7103BB
Complementary color
Monochromatic Colors of #7103BB
Black with #7103BB
Text Example
Text Example
White with #7103BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7103BB; }
p { color: rgb(113,3,187); }
H1.HeaderClassName
{
color: #7103BB;
}
.AnyTagClassName
{
color: #7103BB;
}
</style>
background-color css
<style>
a { background-color: #7103BB; }
a { background-color: rgb(113,3,187); }
div.DivClassName
{
background-color: #7103BB;
}
.BgClassName
{
background-color: #7103BB;
}
</style>
border-color css
<style>
span { border-color: #7103BB; }
span { border-color: rgb(113,3,187); }
td.TdClassName
{
border-color: #7103BB;
}
.TagClassName
{
border-color: #7103BB;
}
</style>