Shades of Dark Violet #7A0BDF
Tints of Dark Violet #7A0BDF
RGB
CMYK
RGB Variations
Color information
#7A0BDF (or 0x7A0BDF) is known color: Dark Violet. HEX triplet: 7A, 0B and DF. RGB value is (122,11,223). Sum of RGB (Red+Green+Blue) = 122+11+223=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A0BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0BDF is #85F420. Grayscale: #434343. Windows color (decimal): -8778785 or 14617466. OLE color: 14617466.
HSL color Cylindrical-coordinate representation of color #7A0BDF: hue angle of 271.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0BDF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 11 | 223 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.13 |
| HSL | 271.42º | 0.91% | 0.46% | - |
| HSV(B) | 271.42º | 0.95% | 0.87% | - |
| XYZ | 21.46 | 9.7 | 70.55 | - |
| YUV | 68.36 | 215.27 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 223 | 0.45 | 0.95 | 0 | 0.13 | 271.42 | 0.91 | 0.46 |
| Hex | 7A | B | DF | 2D | 5F | 0 | D | 10F | 5B | 2E |
| Octal | 172 | 13 | 337 | 55 | 137 | 0 | 15 | 417 | 133 | 56 |
| Binary | 1111010 | 1011 | 11011111 | 101101 | 1011111 | 0 | 1101 | 100001111 | 1011011 | 101110 |
Color Harmonies of #7A0BDF
Complementary color
Monochromatic Colors of #7A0BDF
Black with #7A0BDF
Text Example
Text Example
White with #7A0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0BDF; }
p { color: rgb(122,11,223); }
H1.HeaderClassName
{
color: #7A0BDF;
}
.AnyTagClassName
{
color: #7A0BDF;
}
</style>
background-color css
<style>
a { background-color: #7A0BDF; }
a { background-color: rgb(122,11,223); }
div.DivClassName
{
background-color: #7A0BDF;
}
.BgClassName
{
background-color: #7A0BDF;
}
</style>
border-color css
<style>
span { border-color: #7A0BDF; }
span { border-color: rgb(122,11,223); }
td.TdClassName
{
border-color: #7A0BDF;
}
.TagClassName
{
border-color: #7A0BDF;
}
</style>