Shades of Dark Violet #7A08B5
Tints of Dark Violet #7A08B5
RGB
CMYK
RGB Variations
Color information
#7A08B5 (or 0x7A08B5) is known color: Dark Violet. HEX triplet: 7A, 08 and B5. RGB value is (122,8,181). Sum of RGB (Red+Green+Blue) = 122+8+181=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 181 (71.09% from 255 or 58.20% from 311); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A08B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A08B5 is #85F74A. Grayscale: #3D3D3D. Windows color (decimal): -8779595 or 11864186. OLE color: 11864186.
HSL color Cylindrical-coordinate representation of color #7A08B5: hue angle of 279.54º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A08B5 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 8 | 181 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.29 |
| HSL | 279.54º | 0.92% | 0.37% | - |
| HSV(B) | 279.54º | 0.96% | 0.71% | - |
| XYZ | 16.45 | 7.65 | 44.32 | - |
| YUV | 61.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 181 | 0.33 | 0.96 | 0 | 0.29 | 279.54 | 0.92 | 0.37 |
| Hex | 7A | 8 | B5 | 21 | 60 | 0 | 1D | 118 | 5C | 25 |
| Octal | 172 | 10 | 265 | 41 | 140 | 0 | 35 | 430 | 134 | 45 |
| Binary | 1111010 | 1000 | 10110101 | 100001 | 1100000 | 0 | 11101 | 100011000 | 1011100 | 100101 |
Color Harmonies of #7A08B5
Complementary color
Monochromatic Colors of #7A08B5
Black with #7A08B5
Text Example
Text Example
White with #7A08B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A08B5; }
p { color: rgb(122,8,181); }
H1.HeaderClassName
{
color: #7A08B5;
}
.AnyTagClassName
{
color: #7A08B5;
}
</style>
background-color css
<style>
a { background-color: #7A08B5; }
a { background-color: rgb(122,8,181); }
div.DivClassName
{
background-color: #7A08B5;
}
.BgClassName
{
background-color: #7A08B5;
}
</style>
border-color css
<style>
span { border-color: #7A08B5; }
span { border-color: rgb(122,8,181); }
td.TdClassName
{
border-color: #7A08B5;
}
.TagClassName
{
border-color: #7A08B5;
}
</style>