Shades of Dark Violet #7102BD
Tints of Dark Violet #7102BD
RGB
CMYK
RGB Variations
Color information
#7102BD (or 0x7102BD) is known color: Dark Violet. HEX triplet: 71, 02 and BD. RGB value is (113,2,189). Sum of RGB (Red+Green+Blue) = 113+2+189=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #7102BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7102BD is #8EFD42. Grayscale: #373737. Windows color (decimal): -9370947 or 12386929. OLE color: 12386929.
HSL color Cylindrical-coordinate representation of color #7102BD: hue angle of 275.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7102BD is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 2 | 189 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.26 |
| HSL | 275.62º | 0.98% | 0.37% | - |
| HSV(B) | 275.62º | 0.99% | 0.74% | - |
| XYZ | 16.02 | 7.23 | 48.7 | - |
| YUV | 56.51 | 202.77 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 189 | 0.40 | 0.99 | 0 | 0.26 | 275.62 | 0.98 | 0.37 |
| Hex | 71 | 2 | BD | 28 | 63 | 0 | 1A | 114 | 62 | 25 |
| Octal | 161 | 2 | 275 | 50 | 143 | 0 | 32 | 424 | 142 | 45 |
| Binary | 1110001 | 10 | 10111101 | 101000 | 1100011 | 0 | 11010 | 100010100 | 1100010 | 100101 |
Color Harmonies of #7102BD
Complementary color
Monochromatic Colors of #7102BD
Black with #7102BD
Text Example
Text Example
White with #7102BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7102BD; }
p { color: rgb(113,2,189); }
H1.HeaderClassName
{
color: #7102BD;
}
.AnyTagClassName
{
color: #7102BD;
}
</style>
background-color css
<style>
a { background-color: #7102BD; }
a { background-color: rgb(113,2,189); }
div.DivClassName
{
background-color: #7102BD;
}
.BgClassName
{
background-color: #7102BD;
}
</style>
border-color css
<style>
span { border-color: #7102BD; }
span { border-color: rgb(113,2,189); }
td.TdClassName
{
border-color: #7102BD;
}
.TagClassName
{
border-color: #7102BD;
}
</style>