Shades of Dark Violet #7201BB
Tints of Dark Violet #7201BB
RGB
CMYK
RGB Variations
Color information
#7201BB (or 0x7201BB) is known color: Dark Violet. HEX triplet: 72, 01 and BB. RGB value is (114,1,187). Sum of RGB (Red+Green+Blue) = 114+1+187=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #7201BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201BB is #8DFE44. Grayscale: #373737. Windows color (decimal): -9305669 or 12255602. OLE color: 12255602.
HSL color Cylindrical-coordinate representation of color #7201BB: hue angle of 276.45º 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 #7201BB is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 1 | 187 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.27 |
| HSL | 276.45º | 0.99% | 0.37% | - |
| HSV(B) | 276.45º | 0.99% | 0.73% | - |
| XYZ | 15.92 | 7.19 | 47.56 | - |
| YUV | 55.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 187 | 0.39 | 0.99 | 0 | 0.27 | 276.45 | 0.99 | 0.37 |
| Hex | 72 | 1 | BB | 27 | 63 | 0 | 1B | 114 | 63 | 25 |
| Octal | 162 | 1 | 273 | 47 | 143 | 0 | 33 | 424 | 143 | 45 |
| Binary | 1110010 | 1 | 10111011 | 100111 | 1100011 | 0 | 11011 | 100010100 | 1100011 | 100101 |
Color Harmonies of #7201BB
Complementary color
Monochromatic Colors of #7201BB
Black with #7201BB
Text Example
Text Example
White with #7201BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7201BB; }
p { color: rgb(114,1,187); }
H1.HeaderClassName
{
color: #7201BB;
}
.AnyTagClassName
{
color: #7201BB;
}
</style>
background-color css
<style>
a { background-color: #7201BB; }
a { background-color: rgb(114,1,187); }
div.DivClassName
{
background-color: #7201BB;
}
.BgClassName
{
background-color: #7201BB;
}
</style>
border-color css
<style>
span { border-color: #7201BB; }
span { border-color: rgb(114,1,187); }
td.TdClassName
{
border-color: #7201BB;
}
.TagClassName
{
border-color: #7201BB;
}
</style>