Shades of Blue Violet #7A30DC
Tints of Blue Violet #7A30DC
RGB
CMYK
RGB Variations
Color information
#7A30DC (or 0x7A30DC) is known color: Blue Violet. HEX triplet: 7A, 30 and DC. RGB value is (122,48,220). Sum of RGB (Red+Green+Blue) = 122+48+220=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A30DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A30DC is #85CF23. Grayscale: #595959. Windows color (decimal): -8769316 or 14430330. OLE color: 14430330.
HSL color Cylindrical-coordinate representation of color #7A30DC: hue angle of 265.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A30DC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 48 | 220 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.14 |
| HSL | 265.81º | 0.71% | 0.53% | - |
| HSV(B) | 265.81º | 0.78% | 0.86% | - |
| XYZ | 22 | 11.42 | 68.75 | - |
| YUV | 89.73 | 201.52 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 220 | 0.45 | 0.78 | 0 | 0.14 | 265.81 | 0.71 | 0.53 |
| Hex | 7A | 30 | DC | 2D | 4E | 0 | E | 10A | 47 | 35 |
| Octal | 172 | 60 | 334 | 55 | 116 | 0 | 16 | 412 | 107 | 65 |
| Binary | 1111010 | 110000 | 11011100 | 101101 | 1001110 | 0 | 1110 | 100001010 | 1000111 | 110101 |
Color Harmonies of #7A30DC
Complementary color
Monochromatic Colors of #7A30DC
Black with #7A30DC
Text Example
Text Example
White with #7A30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A30DC; }
p { color: rgb(122,48,220); }
H1.HeaderClassName
{
color: #7A30DC;
}
.AnyTagClassName
{
color: #7A30DC;
}
</style>
background-color css
<style>
a { background-color: #7A30DC; }
a { background-color: rgb(122,48,220); }
div.DivClassName
{
background-color: #7A30DC;
}
.BgClassName
{
background-color: #7A30DC;
}
</style>
border-color css
<style>
span { border-color: #7A30DC; }
span { border-color: rgb(122,48,220); }
td.TdClassName
{
border-color: #7A30DC;
}
.TagClassName
{
border-color: #7A30DC;
}
</style>