Shades of Blue Violet #7A13DB
Tints of Blue Violet #7A13DB
RGB
CMYK
RGB Variations
Color information
#7A13DB (or 0x7A13DB) is known color: Blue Violet. HEX triplet: 7A, 13 and DB. RGB value is (122,19,219). Sum of RGB (Red+Green+Blue) = 122+19+219=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A13DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A13DB is #85EC24. Grayscale: #474747. Windows color (decimal): -8776741 or 14357370. OLE color: 14357370.
HSL color Cylindrical-coordinate representation of color #7A13DB: hue angle of 270.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A13DB is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 19 | 219 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.14 |
| HSL | 270.9º | 0.84% | 0.47% | - |
| HSV(B) | 270.9º | 0.91% | 0.86% | - |
| XYZ | 21.05 | 9.72 | 67.78 | - |
| YUV | 72.6 | 210.62 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 219 | 0.44 | 0.91 | 0 | 0.14 | 270.9 | 0.84 | 0.47 |
| Hex | 7A | 13 | DB | 2C | 5B | 0 | E | 10F | 54 | 2F |
| Octal | 172 | 23 | 333 | 54 | 133 | 0 | 16 | 417 | 124 | 57 |
| Binary | 1111010 | 10011 | 11011011 | 101100 | 1011011 | 0 | 1110 | 100001111 | 1010100 | 101111 |
Color Harmonies of #7A13DB
Complementary color
Monochromatic Colors of #7A13DB
Black with #7A13DB
Text Example
Text Example
White with #7A13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A13DB; }
p { color: rgb(122,19,219); }
H1.HeaderClassName
{
color: #7A13DB;
}
.AnyTagClassName
{
color: #7A13DB;
}
</style>
background-color css
<style>
a { background-color: #7A13DB; }
a { background-color: rgb(122,19,219); }
div.DivClassName
{
background-color: #7A13DB;
}
.BgClassName
{
background-color: #7A13DB;
}
</style>
border-color css
<style>
span { border-color: #7A13DB; }
span { border-color: rgb(122,19,219); }
td.TdClassName
{
border-color: #7A13DB;
}
.TagClassName
{
border-color: #7A13DB;
}
</style>