Shades of Dark Violet #7B0BD5
Tints of Dark Violet #7B0BD5
RGB
CMYK
RGB Variations
Color information
#7B0BD5 (or 0x7B0BD5) is known color: Dark Violet. HEX triplet: 7B, 0B and D5. RGB value is (123,11,213). Sum of RGB (Red+Green+Blue) = 123+11+213=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #7B0BD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0BD5 is #84F42A. Grayscale: #424242. Windows color (decimal): -8713259 or 13962107. OLE color: 13962107.
HSL color Cylindrical-coordinate representation of color #7B0BD5: hue angle of 273.27º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0BD5 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 11 | 213 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.16 |
| HSL | 273.27º | 0.9% | 0.44% | - |
| HSV(B) | 273.27º | 0.95% | 0.84% | - |
| XYZ | 20.3 | 9.25 | 63.67 | - |
| YUV | 67.52 | 210.11 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 213 | 0.42 | 0.95 | 0 | 0.16 | 273.27 | 0.9 | 0.44 |
| Hex | 7B | B | D5 | 2A | 5F | 0 | 10 | 111 | 5A | 2C |
| Octal | 173 | 13 | 325 | 52 | 137 | 0 | 20 | 421 | 132 | 54 |
| Binary | 1111011 | 1011 | 11010101 | 101010 | 1011111 | 0 | 10000 | 100010001 | 1011010 | 101100 |
Color Harmonies of #7B0BD5
Complementary color
Monochromatic Colors of #7B0BD5
Black with #7B0BD5
Text Example
Text Example
White with #7B0BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0BD5; }
p { color: rgb(123,11,213); }
H1.HeaderClassName
{
color: #7B0BD5;
}
.AnyTagClassName
{
color: #7B0BD5;
}
</style>
background-color css
<style>
a { background-color: #7B0BD5; }
a { background-color: rgb(123,11,213); }
div.DivClassName
{
background-color: #7B0BD5;
}
.BgClassName
{
background-color: #7B0BD5;
}
</style>
border-color css
<style>
span { border-color: #7B0BD5; }
span { border-color: rgb(123,11,213); }
td.TdClassName
{
border-color: #7B0BD5;
}
.TagClassName
{
border-color: #7B0BD5;
}
</style>