Shades of Dark Violet #7101B3
Tints of Dark Violet #7101B3
RGB
CMYK
RGB Variations
Color information
#7101B3 (or 0x7101B3) is known color: Dark Violet. HEX triplet: 71, 01 and B3. RGB value is (113,1,179). Sum of RGB (Red+Green+Blue) = 113+1+179=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #7101B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7101B3 is #8EFE4C. Grayscale: #363636. Windows color (decimal): -9371213 or 11731313. OLE color: 11731313.
HSL color Cylindrical-coordinate representation of color #7101B3: hue angle of 277.75º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7101B3 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 1 | 179 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.30 |
| HSL | 277.75º | 0.99% | 0.35% | - |
| HSV(B) | 277.75º | 0.99% | 0.7% | - |
| XYZ | 14.96 | 6.79 | 43.17 | - |
| YUV | 54.78 | 198.11 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 179 | 0.37 | 0.99 | 0 | 0.30 | 277.75 | 0.99 | 0.35 |
| Hex | 71 | 1 | B3 | 25 | 63 | 0 | 1E | 116 | 63 | 23 |
| Octal | 161 | 1 | 263 | 45 | 143 | 0 | 36 | 426 | 143 | 43 |
| Binary | 1110001 | 1 | 10110011 | 100101 | 1100011 | 0 | 11110 | 100010110 | 1100011 | 100011 |
Color Harmonies of #7101B3
Complementary color
Monochromatic Colors of #7101B3
Black with #7101B3
Text Example
Text Example
White with #7101B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7101B3; }
p { color: rgb(113,1,179); }
H1.HeaderClassName
{
color: #7101B3;
}
.AnyTagClassName
{
color: #7101B3;
}
</style>
background-color css
<style>
a { background-color: #7101B3; }
a { background-color: rgb(113,1,179); }
div.DivClassName
{
background-color: #7101B3;
}
.BgClassName
{
background-color: #7101B3;
}
</style>
border-color css
<style>
span { border-color: #7101B3; }
span { border-color: rgb(113,1,179); }
td.TdClassName
{
border-color: #7101B3;
}
.TagClassName
{
border-color: #7101B3;
}
</style>