Shades of Dark Violet #7B01C7
Tints of Dark Violet #7B01C7
RGB
CMYK
RGB Variations
Color information
#7B01C7 (or 0x7B01C7) is known color: Dark Violet. HEX triplet: 7B, 01 and C7. RGB value is (123,1,199). Sum of RGB (Red+Green+Blue) = 123+1+199=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 199 (78.12% from 255 or 61.61% from 323); Max value from RGB is 199 - color contains mainly: blue. Hex color #7B01C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01C7 is #84FE38. Grayscale: #3B3B3B. Windows color (decimal): -8715833 or 13042043. OLE color: 13042043.
HSL color Cylindrical-coordinate representation of color #7B01C7: hue angle of 276.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B01C7 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 1 | 199 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.22 |
| HSL | 276.97º | 0.99% | 0.39% | - |
| HSV(B) | 276.97º | 0.99% | 0.78% | - |
| XYZ | 18.49 | 8.36 | 54.67 | - |
| YUV | 60.05 | 206.42 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 199 | 0.38 | 0.99 | 0 | 0.22 | 276.97 | 0.99 | 0.39 |
| Hex | 7B | 1 | C7 | 26 | 63 | 0 | 16 | 115 | 63 | 27 |
| Octal | 173 | 1 | 307 | 46 | 143 | 0 | 26 | 425 | 143 | 47 |
| Binary | 1111011 | 1 | 11000111 | 100110 | 1100011 | 0 | 10110 | 100010101 | 1100011 | 100111 |
Color Harmonies of #7B01C7
Complementary color
Monochromatic Colors of #7B01C7
Black with #7B01C7
Text Example
Text Example
White with #7B01C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B01C7; }
p { color: rgb(123,1,199); }
H1.HeaderClassName
{
color: #7B01C7;
}
.AnyTagClassName
{
color: #7B01C7;
}
</style>
background-color css
<style>
a { background-color: #7B01C7; }
a { background-color: rgb(123,1,199); }
div.DivClassName
{
background-color: #7B01C7;
}
.BgClassName
{
background-color: #7B01C7;
}
</style>
border-color css
<style>
span { border-color: #7B01C7; }
span { border-color: rgb(123,1,199); }
td.TdClassName
{
border-color: #7B01C7;
}
.TagClassName
{
border-color: #7B01C7;
}
</style>