Shades of Dark Violet #7B00DE
Tints of Dark Violet #7B00DE
RGB
CMYK
RGB Variations
Color information
#7B00DE (or 0x7B00DE) is known color: Dark Violet. HEX triplet: 7B, 00 and DE. RGB value is (123,0,222). Sum of RGB (Red+Green+Blue) = 123+0+222=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B00DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B00DE is #84FF21. Grayscale: #3D3D3D. Windows color (decimal): -8716066 or 14549115. OLE color: 14549115.
HSL color Cylindrical-coordinate representation of color #7B00DE: hue angle of 273.24º 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 #7B00DE is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 0 | 222 | - |
| CMYK | 0.45 | 1 | 0 | 0.13 |
| HSL | 273.24º | 1% | 0.44% | - |
| HSV(B) | 273.24º | 1% | 0.87% | - |
| XYZ | 21.35 | 9.48 | 69.81 | - |
| YUV | 62.09 | 218.25 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 222 | 0.45 | 1 | 0 | 0.13 | 273.24 | 1 | 0.44 |
| Hex | 7B | 0 | DE | 2D | 64 | 0 | D | 111 | 64 | 2C |
| Octal | 173 | 0 | 336 | 55 | 144 | 0 | 15 | 421 | 144 | 54 |
| Binary | 1111011 | 0 | 11011110 | 101101 | 1100100 | 0 | 1101 | 100010001 | 1100100 | 101100 |
Color Harmonies of #7B00DE
Complementary color
Monochromatic Colors of #7B00DE
Black with #7B00DE
Text Example
Text Example
White with #7B00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B00DE; }
p { color: rgb(123,0,222); }
H1.HeaderClassName
{
color: #7B00DE;
}
.AnyTagClassName
{
color: #7B00DE;
}
</style>
background-color css
<style>
a { background-color: #7B00DE; }
a { background-color: rgb(123,0,222); }
div.DivClassName
{
background-color: #7B00DE;
}
.BgClassName
{
background-color: #7B00DE;
}
</style>
border-color css
<style>
span { border-color: #7B00DE; }
span { border-color: rgb(123,0,222); }
td.TdClassName
{
border-color: #7B00DE;
}
.TagClassName
{
border-color: #7B00DE;
}
</style>