Shades of Dark Violet #7B00DF
Tints of Dark Violet #7B00DF
RGB
CMYK
RGB Variations
Color information
#7B00DF (or 0x7B00DF) is known color: Dark Violet. HEX triplet: 7B, 00 and DF. RGB value is (123,0,223). Sum of RGB (Red+Green+Blue) = 123+0+223=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B00DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B00DF is #84FF20. Grayscale: #3D3D3D. Windows color (decimal): -8716065 or 14614651. OLE color: 14614651.
HSL color Cylindrical-coordinate representation of color #7B00DF: hue angle of 273.09º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B00DF is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 0 | 223 | - |
| CMYK | 0.45 | 1 | 0 | 0.13 |
| HSL | 273.09º | 1% | 0.44% | - |
| HSV(B) | 273.09º | 1% | 0.87% | - |
| XYZ | 21.49 | 9.54 | 70.52 | - |
| YUV | 62.2 | 218.75 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 223 | 0.45 | 1 | 0 | 0.13 | 273.09 | 1 | 0.44 |
| Hex | 7B | 0 | DF | 2D | 64 | 0 | D | 111 | 64 | 2C |
| Octal | 173 | 0 | 337 | 55 | 144 | 0 | 15 | 421 | 144 | 54 |
| Binary | 1111011 | 0 | 11011111 | 101101 | 1100100 | 0 | 1101 | 100010001 | 1100100 | 101100 |
Color Harmonies of #7B00DF
Complementary color
Monochromatic Colors of #7B00DF
Black with #7B00DF
Text Example
Text Example
White with #7B00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B00DF; }
p { color: rgb(123,0,223); }
H1.HeaderClassName
{
color: #7B00DF;
}
.AnyTagClassName
{
color: #7B00DF;
}
</style>
background-color css
<style>
a { background-color: #7B00DF; }
a { background-color: rgb(123,0,223); }
div.DivClassName
{
background-color: #7B00DF;
}
.BgClassName
{
background-color: #7B00DF;
}
</style>
border-color css
<style>
span { border-color: #7B00DF; }
span { border-color: rgb(123,0,223); }
td.TdClassName
{
border-color: #7B00DF;
}
.TagClassName
{
border-color: #7B00DF;
}
</style>