Shades of Dark Violet #7108C1
Tints of Dark Violet #7108C1
RGB
CMYK
RGB Variations
Color information
#7108C1 (or 0x7108C1) is known color: Dark Violet. HEX triplet: 71, 08 and C1. RGB value is (113,8,193). Sum of RGB (Red+Green+Blue) = 113+8+193=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #7108C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108C1 is #8EF73E. Grayscale: #3B3B3B. Windows color (decimal): -9369407 or 12650609. OLE color: 12650609.
HSL color Cylindrical-coordinate representation of color #7108C1: hue angle of 274.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108C1 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 8 | 193 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.24 |
| HSL | 274.05º | 0.92% | 0.39% | - |
| HSV(B) | 274.05º | 0.96% | 0.76% | - |
| XYZ | 16.52 | 7.53 | 51.04 | - |
| YUV | 60.49 | 202.79 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 193 | 0.41 | 0.96 | 0 | 0.24 | 274.05 | 0.92 | 0.39 |
| Hex | 71 | 8 | C1 | 29 | 60 | 0 | 18 | 112 | 5C | 27 |
| Octal | 161 | 10 | 301 | 51 | 140 | 0 | 30 | 422 | 134 | 47 |
| Binary | 1110001 | 1000 | 11000001 | 101001 | 1100000 | 0 | 11000 | 100010010 | 1011100 | 100111 |
Color Harmonies of #7108C1
Complementary color
Monochromatic Colors of #7108C1
Black with #7108C1
Text Example
Text Example
White with #7108C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7108C1; }
p { color: rgb(113,8,193); }
H1.HeaderClassName
{
color: #7108C1;
}
.AnyTagClassName
{
color: #7108C1;
}
</style>
background-color css
<style>
a { background-color: #7108C1; }
a { background-color: rgb(113,8,193); }
div.DivClassName
{
background-color: #7108C1;
}
.BgClassName
{
background-color: #7108C1;
}
</style>
border-color css
<style>
span { border-color: #7108C1; }
span { border-color: rgb(113,8,193); }
td.TdClassName
{
border-color: #7108C1;
}
.TagClassName
{
border-color: #7108C1;
}
</style>