Shades of Dark Violet #7B01CE
Tints of Dark Violet #7B01CE
RGB
CMYK
RGB Variations
Color information
#7B01CE (or 0x7B01CE) is known color: Dark Violet. HEX triplet: 7B, 01 and CE. RGB value is (123,1,206). Sum of RGB (Red+Green+Blue) = 123+1+206=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B01CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01CE is #84FE31. Grayscale: #3C3C3C. Windows color (decimal): -8715826 or 13500795. OLE color: 13500795.
HSL color Cylindrical-coordinate representation of color #7B01CE: hue angle of 275.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B01CE is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 1 | 206 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.19 |
| HSL | 275.71º | 0.99% | 0.41% | - |
| HSV(B) | 275.71º | 1% | 0.81% | - |
| XYZ | 19.32 | 8.69 | 59.05 | - |
| YUV | 60.85 | 209.92 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 206 | 0.40 | 1.00 | 0 | 0.19 | 275.71 | 0.99 | 0.41 |
| Hex | 7B | 1 | CE | 28 | 64 | 0 | 13 | 114 | 63 | 29 |
| Octal | 173 | 1 | 316 | 50 | 144 | 0 | 23 | 424 | 143 | 51 |
| Binary | 1111011 | 1 | 11001110 | 101000 | 1100100 | 0 | 10011 | 100010100 | 1100011 | 101001 |
Color Harmonies of #7B01CE
Complementary color
Monochromatic Colors of #7B01CE
Black with #7B01CE
Text Example
Text Example
White with #7B01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B01CE; }
p { color: rgb(123,1,206); }
H1.HeaderClassName
{
color: #7B01CE;
}
.AnyTagClassName
{
color: #7B01CE;
}
</style>
background-color css
<style>
a { background-color: #7B01CE; }
a { background-color: rgb(123,1,206); }
div.DivClassName
{
background-color: #7B01CE;
}
.BgClassName
{
background-color: #7B01CE;
}
</style>
border-color css
<style>
span { border-color: #7B01CE; }
span { border-color: rgb(123,1,206); }
td.TdClassName
{
border-color: #7B01CE;
}
.TagClassName
{
border-color: #7B01CE;
}
</style>