Shades of Dark Violet #7B01CF
Tints of Dark Violet #7B01CF
RGB
CMYK
RGB Variations
Color information
#7B01CF (or 0x7B01CF) is known color: Dark Violet. HEX triplet: 7B, 01 and CF. RGB value is (123,1,207). Sum of RGB (Red+Green+Blue) = 123+1+207=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B01CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01CF is #84FE30. Grayscale: #3C3C3C. Windows color (decimal): -8715825 or 13566331. OLE color: 13566331.
HSL color Cylindrical-coordinate representation of color #7B01CF: hue angle of 275.53º 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 #7B01CF is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 1 | 207 | - |
| CMYK | 0.41 | 1.00 | 0 | 0.19 |
| HSL | 275.53º | 0.99% | 0.41% | - |
| HSV(B) | 275.53º | 1% | 0.81% | - |
| XYZ | 19.44 | 8.74 | 59.69 | - |
| YUV | 60.96 | 210.42 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 207 | 0.41 | 1.00 | 0 | 0.19 | 275.53 | 0.99 | 0.41 |
| Hex | 7B | 1 | CF | 29 | 64 | 0 | 13 | 114 | 63 | 29 |
| Octal | 173 | 1 | 317 | 51 | 144 | 0 | 23 | 424 | 143 | 51 |
| Binary | 1111011 | 1 | 11001111 | 101001 | 1100100 | 0 | 10011 | 100010100 | 1100011 | 101001 |
Color Harmonies of #7B01CF
Complementary color
Monochromatic Colors of #7B01CF
Black with #7B01CF
Text Example
Text Example
White with #7B01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B01CF; }
p { color: rgb(123,1,207); }
H1.HeaderClassName
{
color: #7B01CF;
}
.AnyTagClassName
{
color: #7B01CF;
}
</style>
background-color css
<style>
a { background-color: #7B01CF; }
a { background-color: rgb(123,1,207); }
div.DivClassName
{
background-color: #7B01CF;
}
.BgClassName
{
background-color: #7B01CF;
}
</style>
border-color css
<style>
span { border-color: #7B01CF; }
span { border-color: rgb(123,1,207); }
td.TdClassName
{
border-color: #7B01CF;
}
.TagClassName
{
border-color: #7B01CF;
}
</style>