Shades of Dark Violet #7201AE
Tints of Dark Violet #7201AE
RGB
CMYK
RGB Variations
Color information
#7201AE (or 0x7201AE) is known color: Dark Violet. HEX triplet: 72, 01 and AE. RGB value is (114,1,174). Sum of RGB (Red+Green+Blue) = 114+1+174=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #7201AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7201AE is #8DFE51. Grayscale: #353535. Windows color (decimal): -9305682 or 11403634. OLE color: 11403634.
HSL color Cylindrical-coordinate representation of color #7201AE: hue angle of 279.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7201AE is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 1 | 174 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.32 |
| HSL | 279.19º | 0.99% | 0.34% | - |
| HSV(B) | 279.19º | 0.99% | 0.68% | - |
| XYZ | 14.59 | 6.66 | 40.56 | - |
| YUV | 54.51 | 195.44 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 174 | 0.34 | 0.99 | 0 | 0.32 | 279.19 | 0.99 | 0.34 |
| Hex | 72 | 1 | AE | 22 | 63 | 0 | 20 | 117 | 63 | 22 |
| Octal | 162 | 1 | 256 | 42 | 143 | 0 | 40 | 427 | 143 | 42 |
| Binary | 1110010 | 1 | 10101110 | 100010 | 1100011 | 0 | 100000 | 100010111 | 1100011 | 100010 |
Color Harmonies of #7201AE
Complementary color
Monochromatic Colors of #7201AE
Black with #7201AE
Text Example
Text Example
White with #7201AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7201AE; }
p { color: rgb(114,1,174); }
H1.HeaderClassName
{
color: #7201AE;
}
.AnyTagClassName
{
color: #7201AE;
}
</style>
background-color css
<style>
a { background-color: #7201AE; }
a { background-color: rgb(114,1,174); }
div.DivClassName
{
background-color: #7201AE;
}
.BgClassName
{
background-color: #7201AE;
}
</style>
border-color css
<style>
span { border-color: #7201AE; }
span { border-color: rgb(114,1,174); }
td.TdClassName
{
border-color: #7201AE;
}
.TagClassName
{
border-color: #7201AE;
}
</style>