Shades of Dark Violet #7A0DCB
Tints of Dark Violet #7A0DCB
RGB
CMYK
RGB Variations
Color information
#7A0DCB (or 0x7A0DCB) is known color: Dark Violet. HEX triplet: 7A, 0D and CB. RGB value is (122,13,203). Sum of RGB (Red+Green+Blue) = 122+13+203=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A0DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0DCB is #85F234. Grayscale: #424242. Windows color (decimal): -8778293 or 13307258. OLE color: 13307258.
HSL color Cylindrical-coordinate representation of color #7A0DCB: hue angle of 274.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0DCB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 13 | 203 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.20 |
| HSL | 274.42º | 0.88% | 0.42% | - |
| HSV(B) | 274.42º | 0.94% | 0.8% | - |
| XYZ | 18.95 | 8.74 | 57.19 | - |
| YUV | 67.25 | 204.61 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 203 | 0.40 | 0.94 | 0 | 0.20 | 274.42 | 0.88 | 0.42 |
| Hex | 7A | D | CB | 28 | 5E | 0 | 14 | 112 | 58 | 2A |
| Octal | 172 | 15 | 313 | 50 | 136 | 0 | 24 | 422 | 130 | 52 |
| Binary | 1111010 | 1101 | 11001011 | 101000 | 1011110 | 0 | 10100 | 100010010 | 1011000 | 101010 |
Color Harmonies of #7A0DCB
Complementary color
Monochromatic Colors of #7A0DCB
Black with #7A0DCB
Text Example
Text Example
White with #7A0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0DCB; }
p { color: rgb(122,13,203); }
H1.HeaderClassName
{
color: #7A0DCB;
}
.AnyTagClassName
{
color: #7A0DCB;
}
</style>
background-color css
<style>
a { background-color: #7A0DCB; }
a { background-color: rgb(122,13,203); }
div.DivClassName
{
background-color: #7A0DCB;
}
.BgClassName
{
background-color: #7A0DCB;
}
</style>
border-color css
<style>
span { border-color: #7A0DCB; }
span { border-color: rgb(122,13,203); }
td.TdClassName
{
border-color: #7A0DCB;
}
.TagClassName
{
border-color: #7A0DCB;
}
</style>