Shades of Dark Violet #7A10B4
Tints of Dark Violet #7A10B4
RGB
CMYK
RGB Variations
Color information
#7A10B4 (or 0x7A10B4) is known color: Dark Violet. HEX triplet: 7A, 10 and B4. RGB value is (122,16,180). Sum of RGB (Red+Green+Blue) = 122+16+180=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #7A10B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A10B4 is #85EF4B. Grayscale: #414141. Windows color (decimal): -8777548 or 11800698. OLE color: 11800698.
HSL color Cylindrical-coordinate representation of color #7A10B4: hue angle of 278.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A10B4 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 16 | 180 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.29 |
| HSL | 278.78º | 0.84% | 0.38% | - |
| HSV(B) | 278.78º | 0.91% | 0.71% | - |
| XYZ | 16.45 | 7.8 | 43.82 | - |
| YUV | 66.39 | 192.12 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 180 | 0.32 | 0.91 | 0 | 0.29 | 278.78 | 0.84 | 0.38 |
| Hex | 7A | 10 | B4 | 20 | 5B | 0 | 1D | 117 | 54 | 26 |
| Octal | 172 | 20 | 264 | 40 | 133 | 0 | 35 | 427 | 124 | 46 |
| Binary | 1111010 | 10000 | 10110100 | 100000 | 1011011 | 0 | 11101 | 100010111 | 1010100 | 100110 |
Color Harmonies of #7A10B4
Complementary color
Monochromatic Colors of #7A10B4
Black with #7A10B4
Text Example
Text Example
White with #7A10B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A10B4; }
p { color: rgb(122,16,180); }
H1.HeaderClassName
{
color: #7A10B4;
}
.AnyTagClassName
{
color: #7A10B4;
}
</style>
background-color css
<style>
a { background-color: #7A10B4; }
a { background-color: rgb(122,16,180); }
div.DivClassName
{
background-color: #7A10B4;
}
.BgClassName
{
background-color: #7A10B4;
}
</style>
border-color css
<style>
span { border-color: #7A10B4; }
span { border-color: rgb(122,16,180); }
td.TdClassName
{
border-color: #7A10B4;
}
.TagClassName
{
border-color: #7A10B4;
}
</style>