Shades of Dark Violet #7B0AE4
Tints of Dark Violet #7B0AE4
RGB
CMYK
RGB Variations
Color information
#7B0AE4 (or 0x7B0AE4) is known color: Dark Violet. HEX triplet: 7B, 0A and E4. RGB value is (123,10,228). Sum of RGB (Red+Green+Blue) = 123+10+228=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #7B0AE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0AE4 is #84F51B. Grayscale: #434343. Windows color (decimal): -8713500 or 14944891. OLE color: 14944891.
HSL color Cylindrical-coordinate representation of color #7B0AE4: hue angle of 271.1º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0AE4 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 10 | 228 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.11 |
| HSL | 271.1º | 0.92% | 0.47% | - |
| HSV(B) | 271.1º | 0.96% | 0.89% | - |
| XYZ | 22.28 | 10.03 | 74.16 | - |
| YUV | 68.64 | 217.94 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 10 | 228 | 0.46 | 0.96 | 0 | 0.11 | 271.1 | 0.92 | 0.47 |
| Hex | 7B | A | E4 | 2E | 60 | 0 | B | 10F | 5C | 2F |
| Octal | 173 | 12 | 344 | 56 | 140 | 0 | 13 | 417 | 134 | 57 |
| Binary | 1111011 | 1010 | 11100100 | 101110 | 1100000 | 0 | 1011 | 100001111 | 1011100 | 101111 |
Color Harmonies of #7B0AE4
Complementary color
Monochromatic Colors of #7B0AE4
Black with #7B0AE4
Text Example
Text Example
White with #7B0AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0AE4; }
p { color: rgb(123,10,228); }
H1.HeaderClassName
{
color: #7B0AE4;
}
.AnyTagClassName
{
color: #7B0AE4;
}
</style>
background-color css
<style>
a { background-color: #7B0AE4; }
a { background-color: rgb(123,10,228); }
div.DivClassName
{
background-color: #7B0AE4;
}
.BgClassName
{
background-color: #7B0AE4;
}
</style>
border-color css
<style>
span { border-color: #7B0AE4; }
span { border-color: rgb(123,10,228); }
td.TdClassName
{
border-color: #7B0AE4;
}
.TagClassName
{
border-color: #7B0AE4;
}
</style>