Shades of Dark Violet #7B03DB
Tints of Dark Violet #7B03DB
RGB
CMYK
RGB Variations
Color information
#7B03DB (or 0x7B03DB) is known color: Dark Violet. HEX triplet: 7B, 03 and DB. RGB value is (123,3,219). Sum of RGB (Red+Green+Blue) = 123+3+219=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B03DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B03DB is #84FC24. Grayscale: #3E3E3E. Windows color (decimal): -8715301 or 14353275. OLE color: 14353275.
HSL color Cylindrical-coordinate representation of color #7B03DB: hue angle of 273.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B03DB is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 3 | 219 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.14 |
| HSL | 273.33º | 0.97% | 0.44% | - |
| HSV(B) | 273.33º | 0.99% | 0.86% | - |
| XYZ | 20.99 | 9.39 | 67.72 | - |
| YUV | 63.5 | 215.76 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 3 | 219 | 0.44 | 0.99 | 0 | 0.14 | 273.33 | 0.97 | 0.44 |
| Hex | 7B | 3 | DB | 2C | 63 | 0 | E | 111 | 61 | 2C |
| Octal | 173 | 3 | 333 | 54 | 143 | 0 | 16 | 421 | 141 | 54 |
| Binary | 1111011 | 11 | 11011011 | 101100 | 1100011 | 0 | 1110 | 100010001 | 1100001 | 101100 |
Color Harmonies of #7B03DB
Complementary color
Monochromatic Colors of #7B03DB
Black with #7B03DB
Text Example
Text Example
White with #7B03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B03DB; }
p { color: rgb(123,3,219); }
H1.HeaderClassName
{
color: #7B03DB;
}
.AnyTagClassName
{
color: #7B03DB;
}
</style>
background-color css
<style>
a { background-color: #7B03DB; }
a { background-color: rgb(123,3,219); }
div.DivClassName
{
background-color: #7B03DB;
}
.BgClassName
{
background-color: #7B03DB;
}
</style>
border-color css
<style>
span { border-color: #7B03DB; }
span { border-color: rgb(123,3,219); }
td.TdClassName
{
border-color: #7B03DB;
}
.TagClassName
{
border-color: #7B03DB;
}
</style>