Shades of Dark Violet #7105B2
Tints of Dark Violet #7105B2
RGB
CMYK
RGB Variations
Color information
#7105B2 (or 0x7105B2) is known color: Dark Violet. HEX triplet: 71, 05 and B2. RGB value is (113,5,178). Sum of RGB (Red+Green+Blue) = 113+5+178=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #7105B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7105B2 is #8EFA4D. Grayscale: #383838. Windows color (decimal): -9370190 or 11666801. OLE color: 11666801.
HSL color Cylindrical-coordinate representation of color #7105B2: hue angle of 277.46º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7105B2 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 5 | 178 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.30 |
| HSL | 277.46º | 0.95% | 0.36% | - |
| HSV(B) | 277.46º | 0.97% | 0.7% | - |
| XYZ | 14.9 | 6.83 | 42.65 | - |
| YUV | 57.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 5 | 178 | 0.37 | 0.97 | 0 | 0.30 | 277.46 | 0.95 | 0.36 |
| Hex | 71 | 5 | B2 | 25 | 61 | 0 | 1E | 115 | 5F | 24 |
| Octal | 161 | 5 | 262 | 45 | 141 | 0 | 36 | 425 | 137 | 44 |
| Binary | 1110001 | 101 | 10110010 | 100101 | 1100001 | 0 | 11110 | 100010101 | 1011111 | 100100 |
Color Harmonies of #7105B2
Complementary color
Monochromatic Colors of #7105B2
Black with #7105B2
Text Example
Text Example
White with #7105B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7105B2; }
p { color: rgb(113,5,178); }
H1.HeaderClassName
{
color: #7105B2;
}
.AnyTagClassName
{
color: #7105B2;
}
</style>
background-color css
<style>
a { background-color: #7105B2; }
a { background-color: rgb(113,5,178); }
div.DivClassName
{
background-color: #7105B2;
}
.BgClassName
{
background-color: #7105B2;
}
</style>
border-color css
<style>
span { border-color: #7105B2; }
span { border-color: rgb(113,5,178); }
td.TdClassName
{
border-color: #7105B2;
}
.TagClassName
{
border-color: #7105B2;
}
</style>