Shades of Blue Violet #7A13CF
Tints of Blue Violet #7A13CF
RGB
CMYK
RGB Variations
Color information
#7A13CF (or 0x7A13CF) is known color: Blue Violet. HEX triplet: 7A, 13 and CF. RGB value is (122,19,207). Sum of RGB (Red+Green+Blue) = 122+19+207=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A13CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A13CF is #85EC30. Grayscale: #464646. Windows color (decimal): -8776753 or 13570938. OLE color: 13570938.
HSL color Cylindrical-coordinate representation of color #7A13CF: hue angle of 272.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A13CF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 19 | 207 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.19 |
| HSL | 272.87º | 0.83% | 0.44% | - |
| HSV(B) | 272.87º | 0.91% | 0.81% | - |
| XYZ | 19.52 | 9.11 | 59.76 | - |
| YUV | 71.23 | 204.62 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 207 | 0.41 | 0.91 | 0 | 0.19 | 272.87 | 0.83 | 0.44 |
| Hex | 7A | 13 | CF | 29 | 5B | 0 | 13 | 111 | 53 | 2C |
| Octal | 172 | 23 | 317 | 51 | 133 | 0 | 23 | 421 | 123 | 54 |
| Binary | 1111010 | 10011 | 11001111 | 101001 | 1011011 | 0 | 10011 | 100010001 | 1010011 | 101100 |
Color Harmonies of #7A13CF
Complementary color
Monochromatic Colors of #7A13CF
Black with #7A13CF
Text Example
Text Example
White with #7A13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A13CF; }
p { color: rgb(122,19,207); }
H1.HeaderClassName
{
color: #7A13CF;
}
.AnyTagClassName
{
color: #7A13CF;
}
</style>
background-color css
<style>
a { background-color: #7A13CF; }
a { background-color: rgb(122,19,207); }
div.DivClassName
{
background-color: #7A13CF;
}
.BgClassName
{
background-color: #7A13CF;
}
</style>
border-color css
<style>
span { border-color: #7A13CF; }
span { border-color: rgb(122,19,207); }
td.TdClassName
{
border-color: #7A13CF;
}
.TagClassName
{
border-color: #7A13CF;
}
</style>