Shades of Dark Violet #7A05CB
Tints of Dark Violet #7A05CB
RGB
CMYK
RGB Variations
Color information
#7A05CB (or 0x7A05CB) is known color: Dark Violet. HEX triplet: 7A, 05 and CB. RGB value is (122,5,203). Sum of RGB (Red+Green+Blue) = 122+5+203=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A05CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A05CB is #85FA34. Grayscale: #3D3D3D. Windows color (decimal): -8780341 or 13305210. OLE color: 13305210.
HSL color Cylindrical-coordinate representation of color #7A05CB: hue angle of 275.45º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A05CB is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 5 | 203 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.20 |
| HSL | 275.45º | 0.95% | 0.41% | - |
| HSV(B) | 275.45º | 0.98% | 0.8% | - |
| XYZ | 18.86 | 8.56 | 57.16 | - |
| YUV | 62.56 | 207.26 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 203 | 0.40 | 0.98 | 0 | 0.20 | 275.45 | 0.95 | 0.41 |
| Hex | 7A | 5 | CB | 28 | 62 | 0 | 14 | 113 | 5F | 29 |
| Octal | 172 | 5 | 313 | 50 | 142 | 0 | 24 | 423 | 137 | 51 |
| Binary | 1111010 | 101 | 11001011 | 101000 | 1100010 | 0 | 10100 | 100010011 | 1011111 | 101001 |
Color Harmonies of #7A05CB
Complementary color
Monochromatic Colors of #7A05CB
Black with #7A05CB
Text Example
Text Example
White with #7A05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A05CB; }
p { color: rgb(122,5,203); }
H1.HeaderClassName
{
color: #7A05CB;
}
.AnyTagClassName
{
color: #7A05CB;
}
</style>
background-color css
<style>
a { background-color: #7A05CB; }
a { background-color: rgb(122,5,203); }
div.DivClassName
{
background-color: #7A05CB;
}
.BgClassName
{
background-color: #7A05CB;
}
</style>
border-color css
<style>
span { border-color: #7A05CB; }
span { border-color: rgb(122,5,203); }
td.TdClassName
{
border-color: #7A05CB;
}
.TagClassName
{
border-color: #7A05CB;
}
</style>