Shades of Dark Violet #7202BA
Tints of Dark Violet #7202BA
RGB
CMYK
RGB Variations
Color information
#7202BA (or 0x7202BA) is known color: Dark Violet. HEX triplet: 72, 02 and BA. RGB value is (114,2,186). Sum of RGB (Red+Green+Blue) = 114+2+186=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #7202BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7202BA is #8DFD45. Grayscale: #373737. Windows color (decimal): -9305414 or 12190322. OLE color: 12190322.
HSL color Cylindrical-coordinate representation of color #7202BA: hue angle of 276.52º 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 #7202BA is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 2 | 186 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.27 |
| HSL | 276.52º | 0.98% | 0.37% | - |
| HSV(B) | 276.52º | 0.99% | 0.73% | - |
| XYZ | 15.82 | 7.17 | 47 | - |
| YUV | 56.46 | 201.11 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 186 | 0.39 | 0.99 | 0 | 0.27 | 276.52 | 0.98 | 0.37 |
| Hex | 72 | 2 | BA | 27 | 63 | 0 | 1B | 115 | 62 | 25 |
| Octal | 162 | 2 | 272 | 47 | 143 | 0 | 33 | 425 | 142 | 45 |
| Binary | 1110010 | 10 | 10111010 | 100111 | 1100011 | 0 | 11011 | 100010101 | 1100010 | 100101 |
Color Harmonies of #7202BA
Complementary color
Monochromatic Colors of #7202BA
Black with #7202BA
Text Example
Text Example
White with #7202BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202BA; }
p { color: rgb(114,2,186); }
H1.HeaderClassName
{
color: #7202BA;
}
.AnyTagClassName
{
color: #7202BA;
}
</style>
background-color css
<style>
a { background-color: #7202BA; }
a { background-color: rgb(114,2,186); }
div.DivClassName
{
background-color: #7202BA;
}
.BgClassName
{
background-color: #7202BA;
}
</style>
border-color css
<style>
span { border-color: #7202BA; }
span { border-color: rgb(114,2,186); }
td.TdClassName
{
border-color: #7202BA;
}
.TagClassName
{
border-color: #7202BA;
}
</style>