Shades of Blue Violet #7A13DA
Tints of Blue Violet #7A13DA
RGB
CMYK
RGB Variations
Color information
#7A13DA (or 0x7A13DA) is known color: Blue Violet. HEX triplet: 7A, 13 and DA. RGB value is (122,19,218). Sum of RGB (Red+Green+Blue) = 122+19+218=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A13DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A13DA is #85EC25. Grayscale: #474747. Windows color (decimal): -8776742 or 14291834. OLE color: 14291834.
HSL color Cylindrical-coordinate representation of color #7A13DA: hue angle of 271.06º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A13DA is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 19 | 218 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.15 |
| HSL | 271.06º | 0.84% | 0.46% | - |
| HSV(B) | 271.06º | 0.91% | 0.85% | - |
| XYZ | 20.91 | 9.67 | 67.09 | - |
| YUV | 72.48 | 210.12 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 218 | 0.44 | 0.91 | 0 | 0.15 | 271.06 | 0.84 | 0.46 |
| Hex | 7A | 13 | DA | 2C | 5B | 0 | F | 10F | 54 | 2E |
| Octal | 172 | 23 | 332 | 54 | 133 | 0 | 17 | 417 | 124 | 56 |
| Binary | 1111010 | 10011 | 11011010 | 101100 | 1011011 | 0 | 1111 | 100001111 | 1010100 | 101110 |
Color Harmonies of #7A13DA
Complementary color
Monochromatic Colors of #7A13DA
Black with #7A13DA
Text Example
Text Example
White with #7A13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A13DA; }
p { color: rgb(122,19,218); }
H1.HeaderClassName
{
color: #7A13DA;
}
.AnyTagClassName
{
color: #7A13DA;
}
</style>
background-color css
<style>
a { background-color: #7A13DA; }
a { background-color: rgb(122,19,218); }
div.DivClassName
{
background-color: #7A13DA;
}
.BgClassName
{
background-color: #7A13DA;
}
</style>
border-color css
<style>
span { border-color: #7A13DA; }
span { border-color: rgb(122,19,218); }
td.TdClassName
{
border-color: #7A13DA;
}
.TagClassName
{
border-color: #7A13DA;
}
</style>