Shades of Dark Violet #7102C6
Tints of Dark Violet #7102C6
RGB
CMYK
RGB Variations
Color information
#7102C6 (or 0x7102C6) is known color: Dark Violet. HEX triplet: 71, 02 and C6. RGB value is (113,2,198). Sum of RGB (Red+Green+Blue) = 113+2+198=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #7102C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7102C6 is #8EFD39. Grayscale: #383838. Windows color (decimal): -9370938 or 12976753. OLE color: 12976753.
HSL color Cylindrical-coordinate representation of color #7102C6: hue angle of 273.98º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102C6 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 2 | 198 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.22 |
| HSL | 273.98º | 0.98% | 0.39% | - |
| HSV(B) | 273.98º | 0.99% | 0.78% | - |
| XYZ | 17.02 | 7.63 | 54 | - |
| YUV | 57.53 | 207.27 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 198 | 0.43 | 0.99 | 0 | 0.22 | 273.98 | 0.98 | 0.39 |
| Hex | 71 | 2 | C6 | 2B | 63 | 0 | 16 | 112 | 62 | 27 |
| Octal | 161 | 2 | 306 | 53 | 143 | 0 | 26 | 422 | 142 | 47 |
| Binary | 1110001 | 10 | 11000110 | 101011 | 1100011 | 0 | 10110 | 100010010 | 1100010 | 100111 |
Color Harmonies of #7102C6
Complementary color
Monochromatic Colors of #7102C6
Black with #7102C6
Text Example
Text Example
White with #7102C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102C6; }
p { color: rgb(113,2,198); }
H1.HeaderClassName
{
color: #7102C6;
}
.AnyTagClassName
{
color: #7102C6;
}
</style>
background-color css
<style>
a { background-color: #7102C6; }
a { background-color: rgb(113,2,198); }
div.DivClassName
{
background-color: #7102C6;
}
.BgClassName
{
background-color: #7102C6;
}
</style>
border-color css
<style>
span { border-color: #7102C6; }
span { border-color: rgb(113,2,198); }
td.TdClassName
{
border-color: #7102C6;
}
.TagClassName
{
border-color: #7102C6;
}
</style>