Shades of Dark Violet #7B07E5
Tints of Dark Violet #7B07E5
RGB
CMYK
RGB Variations
Color information
#7B07E5 (or 0x7B07E5) is known color: Dark Violet. HEX triplet: 7B, 07 and E5. RGB value is (123,7,229). Sum of RGB (Red+Green+Blue) = 123+7+229=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #7B07E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B07E5 is #84F81A. Grayscale: #424242. Windows color (decimal): -8714267 or 15009659. OLE color: 15009659.
HSL color Cylindrical-coordinate representation of color #7B07E5: hue angle of 271.35º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B07E5 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 7 | 229 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.10 |
| HSL | 271.35º | 0.94% | 0.46% | - |
| HSV(B) | 271.35º | 0.97% | 0.9% | - |
| XYZ | 22.39 | 10.02 | 74.88 | - |
| YUV | 66.99 | 219.43 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 229 | 0.46 | 0.97 | 0 | 0.10 | 271.35 | 0.94 | 0.46 |
| Hex | 7B | 7 | E5 | 2E | 61 | 0 | A | 10F | 5E | 2E |
| Octal | 173 | 7 | 345 | 56 | 141 | 0 | 12 | 417 | 136 | 56 |
| Binary | 1111011 | 111 | 11100101 | 101110 | 1100001 | 0 | 1010 | 100001111 | 1011110 | 101110 |
Color Harmonies of #7B07E5
Complementary color
Monochromatic Colors of #7B07E5
Black with #7B07E5
Text Example
Text Example
White with #7B07E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B07E5; }
p { color: rgb(123,7,229); }
H1.HeaderClassName
{
color: #7B07E5;
}
.AnyTagClassName
{
color: #7B07E5;
}
</style>
background-color css
<style>
a { background-color: #7B07E5; }
a { background-color: rgb(123,7,229); }
div.DivClassName
{
background-color: #7B07E5;
}
.BgClassName
{
background-color: #7B07E5;
}
</style>
border-color css
<style>
span { border-color: #7B07E5; }
span { border-color: rgb(123,7,229); }
td.TdClassName
{
border-color: #7B07E5;
}
.TagClassName
{
border-color: #7B07E5;
}
</style>