Shades of Dark Violet #7B0CDD
Tints of Dark Violet #7B0CDD
RGB
CMYK
RGB Variations
Color information
#7B0CDD (or 0x7B0CDD) is known color: Dark Violet. HEX triplet: 7B, 0C and DD. RGB value is (123,12,221). Sum of RGB (Red+Green+Blue) = 123+12+221=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0CDD is #84F322. Grayscale: #444444. Windows color (decimal): -8712995 or 14486651. OLE color: 14486651.
HSL color Cylindrical-coordinate representation of color #7B0CDD: hue angle of 271.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0CDD is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 12 | 221 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.13 |
| HSL | 271.87º | 0.9% | 0.46% | - |
| HSV(B) | 271.87º | 0.95% | 0.87% | - |
| XYZ | 21.35 | 9.69 | 69.15 | - |
| YUV | 69.02 | 213.77 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 221 | 0.44 | 0.95 | 0 | 0.13 | 271.87 | 0.9 | 0.46 |
| Hex | 7B | C | DD | 2C | 5F | 0 | D | 110 | 5A | 2E |
| Octal | 173 | 14 | 335 | 54 | 137 | 0 | 15 | 420 | 132 | 56 |
| Binary | 1111011 | 1100 | 11011101 | 101100 | 1011111 | 0 | 1101 | 100010000 | 1011010 | 101110 |
Color Harmonies of #7B0CDD
Complementary color
Monochromatic Colors of #7B0CDD
Black with #7B0CDD
Text Example
Text Example
White with #7B0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0CDD; }
p { color: rgb(123,12,221); }
H1.HeaderClassName
{
color: #7B0CDD;
}
.AnyTagClassName
{
color: #7B0CDD;
}
</style>
background-color css
<style>
a { background-color: #7B0CDD; }
a { background-color: rgb(123,12,221); }
div.DivClassName
{
background-color: #7B0CDD;
}
.BgClassName
{
background-color: #7B0CDD;
}
</style>
border-color css
<style>
span { border-color: #7B0CDD; }
span { border-color: rgb(123,12,221); }
td.TdClassName
{
border-color: #7B0CDD;
}
.TagClassName
{
border-color: #7B0CDD;
}
</style>