Shades of Dark Violet #7A08AF
Tints of Dark Violet #7A08AF
RGB
CMYK
RGB Variations
Color information
#7A08AF (or 0x7A08AF) is known color: Dark Violet. HEX triplet: 7A, 08 and AF. RGB value is (122,8,175). Sum of RGB (Red+Green+Blue) = 122+8+175=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A08AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A08AF is #85F750. Grayscale: #3C3C3C. Windows color (decimal): -8779601 or 11470970. OLE color: 11470970.
HSL color Cylindrical-coordinate representation of color #7A08AF: hue angle of 280.96º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A08AF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 8 | 175 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.31 |
| HSL | 280.96º | 0.91% | 0.36% | - |
| HSV(B) | 280.96º | 0.95% | 0.69% | - |
| XYZ | 15.85 | 7.41 | 41.15 | - |
| YUV | 61.12 | 192.27 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 175 | 0.30 | 0.95 | 0 | 0.31 | 280.96 | 0.91 | 0.36 |
| Hex | 7A | 8 | AF | 1E | 5F | 0 | 1F | 119 | 5B | 24 |
| Octal | 172 | 10 | 257 | 36 | 137 | 0 | 37 | 431 | 133 | 44 |
| Binary | 1111010 | 1000 | 10101111 | 11110 | 1011111 | 0 | 11111 | 100011001 | 1011011 | 100100 |
Color Harmonies of #7A08AF
Complementary color
Monochromatic Colors of #7A08AF
Black with #7A08AF
Text Example
Text Example
White with #7A08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A08AF; }
p { color: rgb(122,8,175); }
H1.HeaderClassName
{
color: #7A08AF;
}
.AnyTagClassName
{
color: #7A08AF;
}
</style>
background-color css
<style>
a { background-color: #7A08AF; }
a { background-color: rgb(122,8,175); }
div.DivClassName
{
background-color: #7A08AF;
}
.BgClassName
{
background-color: #7A08AF;
}
</style>
border-color css
<style>
span { border-color: #7A08AF; }
span { border-color: rgb(122,8,175); }
td.TdClassName
{
border-color: #7A08AF;
}
.TagClassName
{
border-color: #7A08AF;
}
</style>