Shades of Blue Violet #7A13D5
Tints of Blue Violet #7A13D5
RGB
CMYK
RGB Variations
Color information
#7A13D5 (or 0x7A13D5) is known color: Blue Violet. HEX triplet: 7A, 13 and D5. RGB value is (122,19,213). Sum of RGB (Red+Green+Blue) = 122+19+213=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #7A13D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A13D5 is #85EC2A. Grayscale: #474747. Windows color (decimal): -8776747 or 13964154. OLE color: 13964154.
HSL color Cylindrical-coordinate representation of color #7A13D5: hue angle of 271.86º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A13D5 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 19 | 213 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.16 |
| HSL | 271.86º | 0.84% | 0.45% | - |
| HSV(B) | 271.86º | 0.91% | 0.84% | - |
| XYZ | 20.27 | 9.41 | 63.7 | - |
| YUV | 71.91 | 207.62 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 213 | 0.43 | 0.91 | 0 | 0.16 | 271.86 | 0.84 | 0.45 |
| Hex | 7A | 13 | D5 | 2B | 5B | 0 | 10 | 110 | 54 | 2D |
| Octal | 172 | 23 | 325 | 53 | 133 | 0 | 20 | 420 | 124 | 55 |
| Binary | 1111010 | 10011 | 11010101 | 101011 | 1011011 | 0 | 10000 | 100010000 | 1010100 | 101101 |
Color Harmonies of #7A13D5
Complementary color
Monochromatic Colors of #7A13D5
Black with #7A13D5
Text Example
Text Example
White with #7A13D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A13D5; }
p { color: rgb(122,19,213); }
H1.HeaderClassName
{
color: #7A13D5;
}
.AnyTagClassName
{
color: #7A13D5;
}
</style>
background-color css
<style>
a { background-color: #7A13D5; }
a { background-color: rgb(122,19,213); }
div.DivClassName
{
background-color: #7A13D5;
}
.BgClassName
{
background-color: #7A13D5;
}
</style>
border-color css
<style>
span { border-color: #7A13D5; }
span { border-color: rgb(122,19,213); }
td.TdClassName
{
border-color: #7A13D5;
}
.TagClassName
{
border-color: #7A13D5;
}
</style>