Shades of Dark Violet #7B01C0
Tints of Dark Violet #7B01C0
RGB
CMYK
RGB Variations
Color information
#7B01C0 (or 0x7B01C0) is known color: Dark Violet. HEX triplet: 7B, 01 and C0. RGB value is (123,1,192). Sum of RGB (Red+Green+Blue) = 123+1+192=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B01C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01C0 is #84FE3F. Grayscale: #3A3A3A. Windows color (decimal): -8715840 or 12583291. OLE color: 12583291.
HSL color Cylindrical-coordinate representation of color #7B01C0: hue angle of 278.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B01C0 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 1 | 192 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.25 |
| HSL | 278.32º | 0.99% | 0.38% | - |
| HSV(B) | 278.32º | 0.99% | 0.75% | - |
| XYZ | 17.69 | 8.04 | 50.49 | - |
| YUV | 59.25 | 202.92 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 192 | 0.36 | 0.99 | 0 | 0.25 | 278.32 | 0.99 | 0.38 |
| Hex | 7B | 1 | C0 | 24 | 63 | 0 | 19 | 116 | 63 | 26 |
| Octal | 173 | 1 | 300 | 44 | 143 | 0 | 31 | 426 | 143 | 46 |
| Binary | 1111011 | 1 | 11000000 | 100100 | 1100011 | 0 | 11001 | 100010110 | 1100011 | 100110 |
Color Harmonies of #7B01C0
Complementary color
Monochromatic Colors of #7B01C0
Black with #7B01C0
Text Example
Text Example
White with #7B01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B01C0; }
p { color: rgb(123,1,192); }
H1.HeaderClassName
{
color: #7B01C0;
}
.AnyTagClassName
{
color: #7B01C0;
}
</style>
background-color css
<style>
a { background-color: #7B01C0; }
a { background-color: rgb(123,1,192); }
div.DivClassName
{
background-color: #7B01C0;
}
.BgClassName
{
background-color: #7B01C0;
}
</style>
border-color css
<style>
span { border-color: #7B01C0; }
span { border-color: rgb(123,1,192); }
td.TdClassName
{
border-color: #7B01C0;
}
.TagClassName
{
border-color: #7B01C0;
}
</style>