Shades of Dark Violet #7C14BB
Tints of Dark Violet #7C14BB
RGB
CMYK
RGB Variations
Color information
#7C14BB (or 0x7C14BB) is known color: Dark Violet. HEX triplet: 7C, 14 and BB. RGB value is (124,20,187). Sum of RGB (Red+Green+Blue) = 124+20+187=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C14BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C14BB is #83EB44. Grayscale: #454545. Windows color (decimal): -8645445 or 12260476. OLE color: 12260476.
HSL color Cylindrical-coordinate representation of color #7C14BB: hue angle of 277.37º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C14BB is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 20 | 187 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.27 |
| HSL | 277.37º | 0.81% | 0.41% | - |
| HSV(B) | 277.37º | 0.89% | 0.73% | - |
| XYZ | 17.53 | 8.37 | 47.71 | - |
| YUV | 70.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 187 | 0.34 | 0.89 | 0 | 0.27 | 277.37 | 0.81 | 0.41 |
| Hex | 7C | 14 | BB | 22 | 59 | 0 | 1B | 115 | 51 | 29 |
| Octal | 174 | 24 | 273 | 42 | 131 | 0 | 33 | 425 | 121 | 51 |
| Binary | 1111100 | 10100 | 10111011 | 100010 | 1011001 | 0 | 11011 | 100010101 | 1010001 | 101001 |
Color Harmonies of #7C14BB
Complementary color
Monochromatic Colors of #7C14BB
Black with #7C14BB
Text Example
Text Example
White with #7C14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C14BB; }
p { color: rgb(124,20,187); }
H1.HeaderClassName
{
color: #7C14BB;
}
.AnyTagClassName
{
color: #7C14BB;
}
</style>
background-color css
<style>
a { background-color: #7C14BB; }
a { background-color: rgb(124,20,187); }
div.DivClassName
{
background-color: #7C14BB;
}
.BgClassName
{
background-color: #7C14BB;
}
</style>
border-color css
<style>
span { border-color: #7C14BB; }
span { border-color: rgb(124,20,187); }
td.TdClassName
{
border-color: #7C14BB;
}
.TagClassName
{
border-color: #7C14BB;
}
</style>