Shades of Blue Violet #7A15DB
Tints of Blue Violet #7A15DB
RGB
CMYK
RGB Variations
Color information
#7A15DB (or 0x7A15DB) is known color: Blue Violet. HEX triplet: 7A, 15 and DB. RGB value is (122,21,219). Sum of RGB (Red+Green+Blue) = 122+21+219=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A15DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A15DB is #85EA24. Grayscale: #494949. Windows color (decimal): -8776229 or 14357882. OLE color: 14357882.
HSL color Cylindrical-coordinate representation of color #7A15DB: hue angle of 270.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A15DB is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 21 | 219 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.14 |
| HSL | 270.61º | 0.83% | 0.47% | - |
| HSV(B) | 270.61º | 0.9% | 0.86% | - |
| XYZ | 21.08 | 9.79 | 67.8 | - |
| YUV | 73.77 | 209.96 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 219 | 0.44 | 0.90 | 0 | 0.14 | 270.61 | 0.83 | 0.47 |
| Hex | 7A | 15 | DB | 2C | 5A | 0 | E | 10F | 52 | 2F |
| Octal | 172 | 25 | 333 | 54 | 132 | 0 | 16 | 417 | 122 | 57 |
| Binary | 1111010 | 10101 | 11011011 | 101100 | 1011010 | 0 | 1110 | 100001111 | 1010010 | 101111 |
Color Harmonies of #7A15DB
Complementary color
Monochromatic Colors of #7A15DB
Black with #7A15DB
Text Example
Text Example
White with #7A15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A15DB; }
p { color: rgb(122,21,219); }
H1.HeaderClassName
{
color: #7A15DB;
}
.AnyTagClassName
{
color: #7A15DB;
}
</style>
background-color css
<style>
a { background-color: #7A15DB; }
a { background-color: rgb(122,21,219); }
div.DivClassName
{
background-color: #7A15DB;
}
.BgClassName
{
background-color: #7A15DB;
}
</style>
border-color css
<style>
span { border-color: #7A15DB; }
span { border-color: rgb(122,21,219); }
td.TdClassName
{
border-color: #7A15DB;
}
.TagClassName
{
border-color: #7A15DB;
}
</style>