Shades of Blue Violet #7A3DFF
Tints of Blue Violet #7A3DFF
RGB
CMYK
RGB Variations
Color information
#7A3DFF (or 0x7A3DFF) is known color: Blue Violet. HEX triplet: 7A, 3D and FF. RGB value is (122,61,255). Sum of RGB (Red+Green+Blue) = 122+61+255=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A3DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3DFF is #85C200. Grayscale: #646464. Windows color (decimal): -8765953 or 16727418. OLE color: 16727418.
HSL color Cylindrical-coordinate representation of color #7A3DFF: hue angle of 258.87º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A3DFF is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 61 | 255 | - |
| CMYK | 0.52 | 0.76 | 0 | 0 |
| HSL | 258.87º | 1% | 0.62% | - |
| HSV(B) | 258.87º | 0.76% | 1% | - |
| XYZ | 27.74 | 14.7 | 95.98 | - |
| YUV | 101.36 | 214.71 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 255 | 0.52 | 0.76 | 0 | 0 | 258.87 | 1 | 0.62 |
| Hex | 7A | 3D | FF | 34 | 4C | 0 | 0 | 103 | 64 | 3E |
| Octal | 172 | 75 | 377 | 64 | 114 | 0 | 0 | 403 | 144 | 76 |
| Binary | 1111010 | 111101 | 11111111 | 110100 | 1001100 | 0 | 0 | 100000011 | 1100100 | 111110 |
Color Harmonies of #7A3DFF
Complementary color
Monochromatic Colors of #7A3DFF
Black with #7A3DFF
Text Example
Text Example
White with #7A3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DFF; }
p { color: rgb(122,61,255); }
H1.HeaderClassName
{
color: #7A3DFF;
}
.AnyTagClassName
{
color: #7A3DFF;
}
</style>
background-color css
<style>
a { background-color: #7A3DFF; }
a { background-color: rgb(122,61,255); }
div.DivClassName
{
background-color: #7A3DFF;
}
.BgClassName
{
background-color: #7A3DFF;
}
</style>
border-color css
<style>
span { border-color: #7A3DFF; }
span { border-color: rgb(122,61,255); }
td.TdClassName
{
border-color: #7A3DFF;
}
.TagClassName
{
border-color: #7A3DFF;
}
</style>