Shades of Dark Violet #7C02BB
Tints of Dark Violet #7C02BB
RGB
CMYK
RGB Variations
Color information
#7C02BB (or 0x7C02BB) is known color: Dark Violet. HEX triplet: 7C, 02 and BB. RGB value is (124,2,187). Sum of RGB (Red+Green+Blue) = 124+2+187=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C02BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C02BB is #83FD44. Grayscale: #3A3A3A. Windows color (decimal): -8650053 or 12255868. OLE color: 12255868.
HSL color Cylindrical-coordinate representation of color #7C02BB: hue angle of 279.57º degrees, saturation: 0.98, 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 #7C02BB is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 2 | 187 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.27 |
| HSL | 279.57º | 0.98% | 0.37% | - |
| HSV(B) | 279.57º | 0.99% | 0.73% | - |
| XYZ | 17.3 | 7.92 | 47.63 | - |
| YUV | 59.57 | 199.92 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 187 | 0.34 | 0.99 | 0 | 0.27 | 279.57 | 0.98 | 0.37 |
| Hex | 7C | 2 | BB | 22 | 63 | 0 | 1B | 118 | 62 | 25 |
| Octal | 174 | 2 | 273 | 42 | 143 | 0 | 33 | 430 | 142 | 45 |
| Binary | 1111100 | 10 | 10111011 | 100010 | 1100011 | 0 | 11011 | 100011000 | 1100010 | 100101 |
Color Harmonies of #7C02BB
Complementary color
Monochromatic Colors of #7C02BB
Black with #7C02BB
Text Example
Text Example
White with #7C02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C02BB; }
p { color: rgb(124,2,187); }
H1.HeaderClassName
{
color: #7C02BB;
}
.AnyTagClassName
{
color: #7C02BB;
}
</style>
background-color css
<style>
a { background-color: #7C02BB; }
a { background-color: rgb(124,2,187); }
div.DivClassName
{
background-color: #7C02BB;
}
.BgClassName
{
background-color: #7C02BB;
}
</style>
border-color css
<style>
span { border-color: #7C02BB; }
span { border-color: rgb(124,2,187); }
td.TdClassName
{
border-color: #7C02BB;
}
.TagClassName
{
border-color: #7C02BB;
}
</style>