Shades of Dark Violet #7B01B6
Tints of Dark Violet #7B01B6
RGB
CMYK
RGB Variations
Color information
#7B01B6 (or 0x7B01B6) is known color: Dark Violet. HEX triplet: 7B, 01 and B6. RGB value is (123,1,182). Sum of RGB (Red+Green+Blue) = 123+1+182=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B01B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B01B6 is #84FE49. Grayscale: #393939. Windows color (decimal): -8715850 or 11927931. OLE color: 11927931.
HSL color Cylindrical-coordinate representation of color #7B01B6: hue angle of 280.44º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B01B6 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 1 | 182 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.29 |
| HSL | 280.44º | 0.99% | 0.36% | - |
| HSV(B) | 280.44º | 0.99% | 0.71% | - |
| XYZ | 16.62 | 7.61 | 44.85 | - |
| YUV | 58.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 182 | 0.32 | 0.99 | 0 | 0.29 | 280.44 | 0.99 | 0.36 |
| Hex | 7B | 1 | B6 | 20 | 63 | 0 | 1D | 118 | 63 | 24 |
| Octal | 173 | 1 | 266 | 40 | 143 | 0 | 35 | 430 | 143 | 44 |
| Binary | 1111011 | 1 | 10110110 | 100000 | 1100011 | 0 | 11101 | 100011000 | 1100011 | 100100 |
Color Harmonies of #7B01B6
Complementary color
Monochromatic Colors of #7B01B6
Black with #7B01B6
Text Example
Text Example
White with #7B01B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B01B6; }
p { color: rgb(123,1,182); }
H1.HeaderClassName
{
color: #7B01B6;
}
.AnyTagClassName
{
color: #7B01B6;
}
</style>
background-color css
<style>
a { background-color: #7B01B6; }
a { background-color: rgb(123,1,182); }
div.DivClassName
{
background-color: #7B01B6;
}
.BgClassName
{
background-color: #7B01B6;
}
</style>
border-color css
<style>
span { border-color: #7B01B6; }
span { border-color: rgb(123,1,182); }
td.TdClassName
{
border-color: #7B01B6;
}
.TagClassName
{
border-color: #7B01B6;
}
</style>