Shades of Dark Violet #7201AF
Tints of Dark Violet #7201AF
RGB
CMYK
RGB Variations
Color information
#7201AF (or 0x7201AF) is known color: Dark Violet. HEX triplet: 72, 01 and AF. RGB value is (114,1,175). Sum of RGB (Red+Green+Blue) = 114+1+175=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #7201AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7201AF is #8DFE50. Grayscale: #363636. Windows color (decimal): -9305681 or 11469170. OLE color: 11469170.
HSL color Cylindrical-coordinate representation of color #7201AF: hue angle of 278.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7201AF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 1 | 175 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.31 |
| HSL | 278.97º | 0.99% | 0.35% | - |
| HSV(B) | 278.97º | 0.99% | 0.69% | - |
| XYZ | 14.69 | 6.69 | 41.08 | - |
| YUV | 54.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 175 | 0.35 | 0.99 | 0 | 0.31 | 278.97 | 0.99 | 0.35 |
| Hex | 72 | 1 | AF | 23 | 63 | 0 | 1F | 117 | 63 | 23 |
| Octal | 162 | 1 | 257 | 43 | 143 | 0 | 37 | 427 | 143 | 43 |
| Binary | 1110010 | 1 | 10101111 | 100011 | 1100011 | 0 | 11111 | 100010111 | 1100011 | 100011 |
Color Harmonies of #7201AF
Complementary color
Monochromatic Colors of #7201AF
Black with #7201AF
Text Example
Text Example
White with #7201AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7201AF; }
p { color: rgb(114,1,175); }
H1.HeaderClassName
{
color: #7201AF;
}
.AnyTagClassName
{
color: #7201AF;
}
</style>
background-color css
<style>
a { background-color: #7201AF; }
a { background-color: rgb(114,1,175); }
div.DivClassName
{
background-color: #7201AF;
}
.BgClassName
{
background-color: #7201AF;
}
</style>
border-color css
<style>
span { border-color: #7201AF; }
span { border-color: rgb(114,1,175); }
td.TdClassName
{
border-color: #7201AF;
}
.TagClassName
{
border-color: #7201AF;
}
</style>