Shades of Dark Violet #7B0ADF
Tints of Dark Violet #7B0ADF
RGB
CMYK
RGB Variations
Color information
#7B0ADF (or 0x7B0ADF) is known color: Dark Violet. HEX triplet: 7B, 0A and DF. RGB value is (123,10,223). Sum of RGB (Red+Green+Blue) = 123+10+223=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ADF is #84F520. Grayscale: #434343. Windows color (decimal): -8713505 or 14617211. OLE color: 14617211.
HSL color Cylindrical-coordinate representation of color #7B0ADF: hue angle of 271.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0ADF is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 10 | 223 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.13 |
| HSL | 271.83º | 0.91% | 0.46% | - |
| HSV(B) | 271.83º | 0.96% | 0.87% | - |
| XYZ | 21.6 | 9.76 | 70.56 | - |
| YUV | 68.07 | 215.44 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 223 | 0.45 | 0.96 | 0 | 0.13 | 271.83 | 0.91 | 0.46 |
| Hex | 7B | A | DF | 2D | 60 | 0 | D | 110 | 5B | 2E |
| Octal | 173 | 12 | 337 | 55 | 140 | 0 | 15 | 420 | 133 | 56 |
| Binary | 1111011 | 1010 | 11011111 | 101101 | 1100000 | 0 | 1101 | 100010000 | 1011011 | 101110 |
Color Harmonies of #7B0ADF
Complementary color
Monochromatic Colors of #7B0ADF
Black with #7B0ADF
Text Example
Text Example
White with #7B0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0ADF; }
p { color: rgb(123,10,223); }
H1.HeaderClassName
{
color: #7B0ADF;
}
.AnyTagClassName
{
color: #7B0ADF;
}
</style>
background-color css
<style>
a { background-color: #7B0ADF; }
a { background-color: rgb(123,10,223); }
div.DivClassName
{
background-color: #7B0ADF;
}
.BgClassName
{
background-color: #7B0ADF;
}
</style>
border-color css
<style>
span { border-color: #7B0ADF; }
span { border-color: rgb(123,10,223); }
td.TdClassName
{
border-color: #7B0ADF;
}
.TagClassName
{
border-color: #7B0ADF;
}
</style>