Shades of Dark Violet #7201B9
Tints of Dark Violet #7201B9
RGB
CMYK
RGB Variations
Color information
#7201B9 (or 0x7201B9) is known color: Dark Violet. HEX triplet: 72, 01 and B9. RGB value is (114,1,185). Sum of RGB (Red+Green+Blue) = 114+1+185=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #7201B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201B9 is #8DFE46. Grayscale: #373737. Windows color (decimal): -9305671 or 12124530. OLE color: 12124530.
HSL color Cylindrical-coordinate representation of color #7201B9: hue angle of 276.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7201B9 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 1 | 185 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.27 |
| HSL | 276.85º | 0.99% | 0.36% | - |
| HSV(B) | 276.85º | 0.99% | 0.73% | - |
| XYZ | 15.71 | 7.1 | 46.44 | - |
| YUV | 55.76 | 200.94 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 185 | 0.38 | 0.99 | 0 | 0.27 | 276.85 | 0.99 | 0.36 |
| Hex | 72 | 1 | B9 | 26 | 63 | 0 | 1B | 115 | 63 | 24 |
| Octal | 162 | 1 | 271 | 46 | 143 | 0 | 33 | 425 | 143 | 44 |
| Binary | 1110010 | 1 | 10111001 | 100110 | 1100011 | 0 | 11011 | 100010101 | 1100011 | 100100 |
Color Harmonies of #7201B9
Complementary color
Monochromatic Colors of #7201B9
Black with #7201B9
Text Example
Text Example
White with #7201B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7201B9; }
p { color: rgb(114,1,185); }
H1.HeaderClassName
{
color: #7201B9;
}
.AnyTagClassName
{
color: #7201B9;
}
</style>
background-color css
<style>
a { background-color: #7201B9; }
a { background-color: rgb(114,1,185); }
div.DivClassName
{
background-color: #7201B9;
}
.BgClassName
{
background-color: #7201B9;
}
</style>
border-color css
<style>
span { border-color: #7201B9; }
span { border-color: rgb(114,1,185); }
td.TdClassName
{
border-color: #7201B9;
}
.TagClassName
{
border-color: #7201B9;
}
</style>