Shades of Dark Violet #7201BA
Tints of Dark Violet #7201BA
RGB
CMYK
RGB Variations
Color information
#7201BA (or 0x7201BA) is known color: Dark Violet. HEX triplet: 72, 01 and BA. RGB value is (114,1,186). Sum of RGB (Red+Green+Blue) = 114+1+186=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #7201BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201BA is #8DFE45. Grayscale: #373737. Windows color (decimal): -9305670 or 12190066. OLE color: 12190066.
HSL color Cylindrical-coordinate representation of color #7201BA: hue angle of 276.65º degrees, saturation: 0.99, 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 #7201BA is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 1 | 186 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.27 |
| HSL | 276.65º | 0.99% | 0.37% | - |
| HSV(B) | 276.65º | 0.99% | 0.73% | - |
| XYZ | 15.81 | 7.14 | 47 | - |
| YUV | 55.88 | 201.44 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 186 | 0.39 | 0.99 | 0 | 0.27 | 276.65 | 0.99 | 0.37 |
| Hex | 72 | 1 | BA | 27 | 63 | 0 | 1B | 115 | 63 | 25 |
| Octal | 162 | 1 | 272 | 47 | 143 | 0 | 33 | 425 | 143 | 45 |
| Binary | 1110010 | 1 | 10111010 | 100111 | 1100011 | 0 | 11011 | 100010101 | 1100011 | 100101 |
Color Harmonies of #7201BA
Complementary color
Monochromatic Colors of #7201BA
Black with #7201BA
Text Example
Text Example
White with #7201BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7201BA; }
p { color: rgb(114,1,186); }
H1.HeaderClassName
{
color: #7201BA;
}
.AnyTagClassName
{
color: #7201BA;
}
</style>
background-color css
<style>
a { background-color: #7201BA; }
a { background-color: rgb(114,1,186); }
div.DivClassName
{
background-color: #7201BA;
}
.BgClassName
{
background-color: #7201BA;
}
</style>
border-color css
<style>
span { border-color: #7201BA; }
span { border-color: rgb(114,1,186); }
td.TdClassName
{
border-color: #7201BA;
}
.TagClassName
{
border-color: #7201BA;
}
</style>