Shades of Blue Violet #7A18D0
Tints of Blue Violet #7A18D0
RGB
CMYK
RGB Variations
Color information
#7A18D0 (or 0x7A18D0) is known color: Blue Violet. HEX triplet: 7A, 18 and D0. RGB value is (122,24,208). Sum of RGB (Red+Green+Blue) = 122+24+208=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A18D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A18D0 is #85E72F. Grayscale: #494949. Windows color (decimal): -8775472 or 13637754. OLE color: 13637754.
HSL color Cylindrical-coordinate representation of color #7A18D0: hue angle of 271.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A18D0 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 24 | 208 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.18 |
| HSL | 271.96º | 0.79% | 0.45% | - |
| HSV(B) | 271.96º | 0.88% | 0.82% | - |
| XYZ | 19.74 | 9.34 | 60.44 | - |
| YUV | 74.28 | 203.47 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 208 | 0.41 | 0.88 | 0 | 0.18 | 271.96 | 0.79 | 0.45 |
| Hex | 7A | 18 | D0 | 29 | 58 | 0 | 12 | 110 | 4F | 2D |
| Octal | 172 | 30 | 320 | 51 | 130 | 0 | 22 | 420 | 117 | 55 |
| Binary | 1111010 | 11000 | 11010000 | 101001 | 1011000 | 0 | 10010 | 100010000 | 1001111 | 101101 |
Color Harmonies of #7A18D0
Complementary color
Monochromatic Colors of #7A18D0
Black with #7A18D0
Text Example
Text Example
White with #7A18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A18D0; }
p { color: rgb(122,24,208); }
H1.HeaderClassName
{
color: #7A18D0;
}
.AnyTagClassName
{
color: #7A18D0;
}
</style>
background-color css
<style>
a { background-color: #7A18D0; }
a { background-color: rgb(122,24,208); }
div.DivClassName
{
background-color: #7A18D0;
}
.BgClassName
{
background-color: #7A18D0;
}
</style>
border-color css
<style>
span { border-color: #7A18D0; }
span { border-color: rgb(122,24,208); }
td.TdClassName
{
border-color: #7A18D0;
}
.TagClassName
{
border-color: #7A18D0;
}
</style>