Shades of Dark Violet #7B05DA
Tints of Dark Violet #7B05DA
RGB
CMYK
RGB Variations
Color information
#7B05DA (or 0x7B05DA) is known color: Dark Violet. HEX triplet: 7B, 05 and DA. RGB value is (123,5,218). Sum of RGB (Red+Green+Blue) = 123+5+218=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B05DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B05DA is #84FA25. Grayscale: #3F3F3F. Windows color (decimal): -8714790 or 14288251. OLE color: 14288251.
HSL color Cylindrical-coordinate representation of color #7B05DA: hue angle of 273.24º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B05DA is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 5 | 218 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.15 |
| HSL | 273.24º | 0.96% | 0.44% | - |
| HSV(B) | 273.24º | 0.98% | 0.85% | - |
| XYZ | 20.88 | 9.38 | 67.04 | - |
| YUV | 64.56 | 214.59 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 218 | 0.44 | 0.98 | 0 | 0.15 | 273.24 | 0.96 | 0.44 |
| Hex | 7B | 5 | DA | 2C | 62 | 0 | F | 111 | 60 | 2C |
| Octal | 173 | 5 | 332 | 54 | 142 | 0 | 17 | 421 | 140 | 54 |
| Binary | 1111011 | 101 | 11011010 | 101100 | 1100010 | 0 | 1111 | 100010001 | 1100000 | 101100 |
Color Harmonies of #7B05DA
Complementary color
Monochromatic Colors of #7B05DA
Black with #7B05DA
Text Example
Text Example
White with #7B05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B05DA; }
p { color: rgb(123,5,218); }
H1.HeaderClassName
{
color: #7B05DA;
}
.AnyTagClassName
{
color: #7B05DA;
}
</style>
background-color css
<style>
a { background-color: #7B05DA; }
a { background-color: rgb(123,5,218); }
div.DivClassName
{
background-color: #7B05DA;
}
.BgClassName
{
background-color: #7B05DA;
}
</style>
border-color css
<style>
span { border-color: #7B05DA; }
span { border-color: rgb(123,5,218); }
td.TdClassName
{
border-color: #7B05DA;
}
.TagClassName
{
border-color: #7B05DA;
}
</style>