Shades of Dark Violet #7201BC
Tints of Dark Violet #7201BC
RGB
CMYK
RGB Variations
Color information
#7201BC (or 0x7201BC) is known color: Dark Violet. HEX triplet: 72, 01 and BC. RGB value is (114,1,188). Sum of RGB (Red+Green+Blue) = 114+1+188=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #7201BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7201BC is #8DFE43. Grayscale: #373737. Windows color (decimal): -9305668 or 12321138. OLE color: 12321138.
HSL color Cylindrical-coordinate representation of color #7201BC: hue angle of 276.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7201BC is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 1 | 188 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.26 |
| HSL | 276.26º | 0.99% | 0.37% | - |
| HSV(B) | 276.26º | 0.99% | 0.74% | - |
| XYZ | 16.03 | 7.23 | 48.13 | - |
| YUV | 56.11 | 202.44 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 188 | 0.39 | 0.99 | 0 | 0.26 | 276.26 | 0.99 | 0.37 |
| Hex | 72 | 1 | BC | 27 | 63 | 0 | 1A | 114 | 63 | 25 |
| Octal | 162 | 1 | 274 | 47 | 143 | 0 | 32 | 424 | 143 | 45 |
| Binary | 1110010 | 1 | 10111100 | 100111 | 1100011 | 0 | 11010 | 100010100 | 1100011 | 100101 |
Color Harmonies of #7201BC
Complementary color
Monochromatic Colors of #7201BC
Black with #7201BC
Text Example
Text Example
White with #7201BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7201BC; }
p { color: rgb(114,1,188); }
H1.HeaderClassName
{
color: #7201BC;
}
.AnyTagClassName
{
color: #7201BC;
}
</style>
background-color css
<style>
a { background-color: #7201BC; }
a { background-color: rgb(114,1,188); }
div.DivClassName
{
background-color: #7201BC;
}
.BgClassName
{
background-color: #7201BC;
}
</style>
border-color css
<style>
span { border-color: #7201BC; }
span { border-color: rgb(114,1,188); }
td.TdClassName
{
border-color: #7201BC;
}
.TagClassName
{
border-color: #7201BC;
}
</style>