Shades of Blue Violet #7A17DC
Tints of Blue Violet #7A17DC
RGB
CMYK
RGB Variations
Color information
#7A17DC (or 0x7A17DC) is known color: Blue Violet. HEX triplet: 7A, 17 and DC. RGB value is (122,23,220). Sum of RGB (Red+Green+Blue) = 122+23+220=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A17DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A17DC is #85E823. Grayscale: #4A4A4A. Windows color (decimal): -8775716 or 14423930. OLE color: 14423930.
HSL color Cylindrical-coordinate representation of color #7A17DC: hue angle of 270.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A17DC is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 23 | 220 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.14 |
| HSL | 270.15º | 0.81% | 0.48% | - |
| HSV(B) | 270.15º | 0.9% | 0.86% | - |
| XYZ | 21.25 | 9.92 | 68.5 | - |
| YUV | 75.06 | 209.8 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 220 | 0.45 | 0.90 | 0 | 0.14 | 270.15 | 0.81 | 0.48 |
| Hex | 7A | 17 | DC | 2D | 5A | 0 | E | 10E | 51 | 30 |
| Octal | 172 | 27 | 334 | 55 | 132 | 0 | 16 | 416 | 121 | 60 |
| Binary | 1111010 | 10111 | 11011100 | 101101 | 1011010 | 0 | 1110 | 100001110 | 1010001 | 110000 |
Color Harmonies of #7A17DC
Complementary color
Monochromatic Colors of #7A17DC
Black with #7A17DC
Text Example
Text Example
White with #7A17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A17DC; }
p { color: rgb(122,23,220); }
H1.HeaderClassName
{
color: #7A17DC;
}
.AnyTagClassName
{
color: #7A17DC;
}
</style>
background-color css
<style>
a { background-color: #7A17DC; }
a { background-color: rgb(122,23,220); }
div.DivClassName
{
background-color: #7A17DC;
}
.BgClassName
{
background-color: #7A17DC;
}
</style>
border-color css
<style>
span { border-color: #7A17DC; }
span { border-color: rgb(122,23,220); }
td.TdClassName
{
border-color: #7A17DC;
}
.TagClassName
{
border-color: #7A17DC;
}
</style>