Shades of Dark Violet #7202B9
Tints of Dark Violet #7202B9
RGB
CMYK
RGB Variations
Color information
#7202B9 (or 0x7202B9) is known color: Dark Violet. HEX triplet: 72, 02 and B9. RGB value is (114,2,185). Sum of RGB (Red+Green+Blue) = 114+2+185=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #7202B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202B9 is #8DFD46. Grayscale: #373737. Windows color (decimal): -9305415 or 12124786. OLE color: 12124786.
HSL color Cylindrical-coordinate representation of color #7202B9: hue angle of 276.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7202B9 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 2 | 185 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.27 |
| HSL | 276.72º | 0.98% | 0.37% | - |
| HSV(B) | 276.72º | 0.99% | 0.73% | - |
| XYZ | 15.72 | 7.12 | 46.45 | - |
| YUV | 56.35 | 200.61 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 185 | 0.38 | 0.99 | 0 | 0.27 | 276.72 | 0.98 | 0.37 |
| Hex | 72 | 2 | B9 | 26 | 63 | 0 | 1B | 115 | 62 | 25 |
| Octal | 162 | 2 | 271 | 46 | 143 | 0 | 33 | 425 | 142 | 45 |
| Binary | 1110010 | 10 | 10111001 | 100110 | 1100011 | 0 | 11011 | 100010101 | 1100010 | 100101 |
Color Harmonies of #7202B9
Complementary color
Monochromatic Colors of #7202B9
Black with #7202B9
Text Example
Text Example
White with #7202B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202B9; }
p { color: rgb(114,2,185); }
H1.HeaderClassName
{
color: #7202B9;
}
.AnyTagClassName
{
color: #7202B9;
}
</style>
background-color css
<style>
a { background-color: #7202B9; }
a { background-color: rgb(114,2,185); }
div.DivClassName
{
background-color: #7202B9;
}
.BgClassName
{
background-color: #7202B9;
}
</style>
border-color css
<style>
span { border-color: #7202B9; }
span { border-color: rgb(114,2,185); }
td.TdClassName
{
border-color: #7202B9;
}
.TagClassName
{
border-color: #7202B9;
}
</style>