Shades of Dark Violet #7B0BDA
Tints of Dark Violet #7B0BDA
RGB
CMYK
RGB Variations
Color information
#7B0BDA (or 0x7B0BDA) is known color: Dark Violet. HEX triplet: 7B, 0B and DA. RGB value is (123,11,218). Sum of RGB (Red+Green+Blue) = 123+11+218=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B0BDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BDA is #84F425. Grayscale: #434343. Windows color (decimal): -8713254 or 14289787. OLE color: 14289787.
HSL color Cylindrical-coordinate representation of color #7B0BDA: hue angle of 272.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0BDA is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 11 | 218 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.15 |
| HSL | 272.46º | 0.9% | 0.45% | - |
| HSV(B) | 272.46º | 0.95% | 0.85% | - |
| XYZ | 20.94 | 9.51 | 67.06 | - |
| YUV | 68.09 | 212.61 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 218 | 0.44 | 0.95 | 0 | 0.15 | 272.46 | 0.9 | 0.45 |
| Hex | 7B | B | DA | 2C | 5F | 0 | F | 110 | 5A | 2D |
| Octal | 173 | 13 | 332 | 54 | 137 | 0 | 17 | 420 | 132 | 55 |
| Binary | 1111011 | 1011 | 11011010 | 101100 | 1011111 | 0 | 1111 | 100010000 | 1011010 | 101101 |
Color Harmonies of #7B0BDA
Complementary color
Monochromatic Colors of #7B0BDA
Black with #7B0BDA
Text Example
Text Example
White with #7B0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0BDA; }
p { color: rgb(123,11,218); }
H1.HeaderClassName
{
color: #7B0BDA;
}
.AnyTagClassName
{
color: #7B0BDA;
}
</style>
background-color css
<style>
a { background-color: #7B0BDA; }
a { background-color: rgb(123,11,218); }
div.DivClassName
{
background-color: #7B0BDA;
}
.BgClassName
{
background-color: #7B0BDA;
}
</style>
border-color css
<style>
span { border-color: #7B0BDA; }
span { border-color: rgb(123,11,218); }
td.TdClassName
{
border-color: #7B0BDA;
}
.TagClassName
{
border-color: #7B0BDA;
}
</style>