Shades of Dark Violet #7B05DB
Tints of Dark Violet #7B05DB
RGB
CMYK
RGB Variations
Color information
#7B05DB (or 0x7B05DB) is known color: Dark Violet. HEX triplet: 7B, 05 and DB. RGB value is (123,5,219). Sum of RGB (Red+Green+Blue) = 123+5+219=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B05DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B05DB is #84FA24. Grayscale: #3F3F3F. Windows color (decimal): -8714789 or 14353787. OLE color: 14353787.
HSL color Cylindrical-coordinate representation of color #7B05DB: hue angle of 273.08º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B05DB is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 5 | 219 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.14 |
| HSL | 273.08º | 0.96% | 0.44% | - |
| HSV(B) | 273.08º | 0.98% | 0.86% | - |
| XYZ | 21.01 | 9.43 | 67.73 | - |
| YUV | 64.68 | 215.09 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 219 | 0.44 | 0.98 | 0 | 0.14 | 273.08 | 0.96 | 0.44 |
| Hex | 7B | 5 | DB | 2C | 62 | 0 | E | 111 | 60 | 2C |
| Octal | 173 | 5 | 333 | 54 | 142 | 0 | 16 | 421 | 140 | 54 |
| Binary | 1111011 | 101 | 11011011 | 101100 | 1100010 | 0 | 1110 | 100010001 | 1100000 | 101100 |
Color Harmonies of #7B05DB
Complementary color
Monochromatic Colors of #7B05DB
Black with #7B05DB
Text Example
Text Example
White with #7B05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05DB; }
p { color: rgb(123,5,219); }
H1.HeaderClassName
{
color: #7B05DB;
}
.AnyTagClassName
{
color: #7B05DB;
}
</style>
background-color css
<style>
a { background-color: #7B05DB; }
a { background-color: rgb(123,5,219); }
div.DivClassName
{
background-color: #7B05DB;
}
.BgClassName
{
background-color: #7B05DB;
}
</style>
border-color css
<style>
span { border-color: #7B05DB; }
span { border-color: rgb(123,5,219); }
td.TdClassName
{
border-color: #7B05DB;
}
.TagClassName
{
border-color: #7B05DB;
}
</style>