Shades of Dark Violet #7103C1
Tints of Dark Violet #7103C1
RGB
CMYK
RGB Variations
Color information
#7103C1 (or 0x7103C1) is known color: Dark Violet. HEX triplet: 71, 03 and C1. RGB value is (113,3,193). Sum of RGB (Red+Green+Blue) = 113+3+193=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #7103C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7103C1 is #8EFC3E. Grayscale: #383838. Windows color (decimal): -9370687 or 12649329. OLE color: 12649329.
HSL color Cylindrical-coordinate representation of color #7103C1: hue angle of 274.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7103C1 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 3 | 193 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.24 |
| HSL | 274.74º | 0.97% | 0.38% | - |
| HSV(B) | 274.74º | 0.98% | 0.76% | - |
| XYZ | 16.47 | 7.43 | 51.02 | - |
| YUV | 57.55 | 204.44 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 193 | 0.41 | 0.98 | 0 | 0.24 | 274.74 | 0.97 | 0.38 |
| Hex | 71 | 3 | C1 | 29 | 62 | 0 | 18 | 113 | 61 | 26 |
| Octal | 161 | 3 | 301 | 51 | 142 | 0 | 30 | 423 | 141 | 46 |
| Binary | 1110001 | 11 | 11000001 | 101001 | 1100010 | 0 | 11000 | 100010011 | 1100001 | 100110 |
Color Harmonies of #7103C1
Complementary color
Monochromatic Colors of #7103C1
Black with #7103C1
Text Example
Text Example
White with #7103C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7103C1; }
p { color: rgb(113,3,193); }
H1.HeaderClassName
{
color: #7103C1;
}
.AnyTagClassName
{
color: #7103C1;
}
</style>
background-color css
<style>
a { background-color: #7103C1; }
a { background-color: rgb(113,3,193); }
div.DivClassName
{
background-color: #7103C1;
}
.BgClassName
{
background-color: #7103C1;
}
</style>
border-color css
<style>
span { border-color: #7103C1; }
span { border-color: rgb(113,3,193); }
td.TdClassName
{
border-color: #7103C1;
}
.TagClassName
{
border-color: #7103C1;
}
</style>