Shades of Dark Violet #7103AF
Tints of Dark Violet #7103AF
RGB
CMYK
RGB Variations
Color information
#7103AF (or 0x7103AF) is known color: Dark Violet. HEX triplet: 71, 03 and AF. RGB value is (113,3,175). Sum of RGB (Red+Green+Blue) = 113+3+175=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #7103AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7103AF is #8EFC50. Grayscale: #363636. Windows color (decimal): -9370705 or 11469681. OLE color: 11469681.
HSL color Cylindrical-coordinate representation of color #7103AF: hue angle of 278.37º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7103AF is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 3 | 175 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.31 |
| HSL | 278.37º | 0.97% | 0.35% | - |
| HSV(B) | 278.37º | 0.98% | 0.69% | - |
| XYZ | 14.58 | 6.67 | 41.08 | - |
| YUV | 55.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 175 | 0.35 | 0.98 | 0 | 0.31 | 278.37 | 0.97 | 0.35 |
| Hex | 71 | 3 | AF | 23 | 62 | 0 | 1F | 116 | 61 | 23 |
| Octal | 161 | 3 | 257 | 43 | 142 | 0 | 37 | 426 | 141 | 43 |
| Binary | 1110001 | 11 | 10101111 | 100011 | 1100010 | 0 | 11111 | 100010110 | 1100001 | 100011 |
Color Harmonies of #7103AF
Complementary color
Monochromatic Colors of #7103AF
Black with #7103AF
Text Example
Text Example
White with #7103AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7103AF; }
p { color: rgb(113,3,175); }
H1.HeaderClassName
{
color: #7103AF;
}
.AnyTagClassName
{
color: #7103AF;
}
</style>
background-color css
<style>
a { background-color: #7103AF; }
a { background-color: rgb(113,3,175); }
div.DivClassName
{
background-color: #7103AF;
}
.BgClassName
{
background-color: #7103AF;
}
</style>
border-color css
<style>
span { border-color: #7103AF; }
span { border-color: rgb(113,3,175); }
td.TdClassName
{
border-color: #7103AF;
}
.TagClassName
{
border-color: #7103AF;
}
</style>