Shades of Dark Violet #7102D0
Tints of Dark Violet #7102D0
RGB
CMYK
RGB Variations
Color information
#7102D0 (or 0x7102D0) is known color: Dark Violet. HEX triplet: 71, 02 and D0. RGB value is (113,2,208). Sum of RGB (Red+Green+Blue) = 113+2+208=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #7102D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7102D0 is #8EFD2F. Grayscale: #393939. Windows color (decimal): -9370928 or 13632113. OLE color: 13632113.
HSL color Cylindrical-coordinate representation of color #7102D0: hue angle of 272.33º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102D0 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 2 | 208 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.18 |
| HSL | 272.33º | 0.98% | 0.41% | - |
| HSV(B) | 272.33º | 0.99% | 0.82% | - |
| XYZ | 18.22 | 8.11 | 60.28 | - |
| YUV | 58.67 | 212.27 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 208 | 0.46 | 0.99 | 0 | 0.18 | 272.33 | 0.98 | 0.41 |
| Hex | 71 | 2 | D0 | 2E | 63 | 0 | 12 | 110 | 62 | 29 |
| Octal | 161 | 2 | 320 | 56 | 143 | 0 | 22 | 420 | 142 | 51 |
| Binary | 1110001 | 10 | 11010000 | 101110 | 1100011 | 0 | 10010 | 100010000 | 1100010 | 101001 |
Color Harmonies of #7102D0
Complementary color
Monochromatic Colors of #7102D0
Black with #7102D0
Text Example
Text Example
White with #7102D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102D0; }
p { color: rgb(113,2,208); }
H1.HeaderClassName
{
color: #7102D0;
}
.AnyTagClassName
{
color: #7102D0;
}
</style>
background-color css
<style>
a { background-color: #7102D0; }
a { background-color: rgb(113,2,208); }
div.DivClassName
{
background-color: #7102D0;
}
.BgClassName
{
background-color: #7102D0;
}
</style>
border-color css
<style>
span { border-color: #7102D0; }
span { border-color: rgb(113,2,208); }
td.TdClassName
{
border-color: #7102D0;
}
.TagClassName
{
border-color: #7102D0;
}
</style>