Shades of Dark Violet #7A05CF
Tints of Dark Violet #7A05CF
RGB
CMYK
RGB Variations
Color information
#7A05CF (or 0x7A05CF) is known color: Dark Violet. HEX triplet: 7A, 05 and CF. RGB value is (122,5,207). Sum of RGB (Red+Green+Blue) = 122+5+207=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A05CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A05CF is #85FA30. Grayscale: #3E3E3E. Windows color (decimal): -8780337 or 13567354. OLE color: 13567354.
HSL color Cylindrical-coordinate representation of color #7A05CF: hue angle of 274.75º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A05CF is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 5 | 207 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.19 |
| HSL | 274.75º | 0.95% | 0.42% | - |
| HSV(B) | 274.75º | 0.98% | 0.81% | - |
| XYZ | 19.34 | 8.75 | 59.7 | - |
| YUV | 63.01 | 209.26 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 207 | 0.41 | 0.98 | 0 | 0.19 | 274.75 | 0.95 | 0.42 |
| Hex | 7A | 5 | CF | 29 | 62 | 0 | 13 | 113 | 5F | 2A |
| Octal | 172 | 5 | 317 | 51 | 142 | 0 | 23 | 423 | 137 | 52 |
| Binary | 1111010 | 101 | 11001111 | 101001 | 1100010 | 0 | 10011 | 100010011 | 1011111 | 101010 |
Color Harmonies of #7A05CF
Complementary color
Monochromatic Colors of #7A05CF
Black with #7A05CF
Text Example
Text Example
White with #7A05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A05CF; }
p { color: rgb(122,5,207); }
H1.HeaderClassName
{
color: #7A05CF;
}
.AnyTagClassName
{
color: #7A05CF;
}
</style>
background-color css
<style>
a { background-color: #7A05CF; }
a { background-color: rgb(122,5,207); }
div.DivClassName
{
background-color: #7A05CF;
}
.BgClassName
{
background-color: #7A05CF;
}
</style>
border-color css
<style>
span { border-color: #7A05CF; }
span { border-color: rgb(122,5,207); }
td.TdClassName
{
border-color: #7A05CF;
}
.TagClassName
{
border-color: #7A05CF;
}
</style>