Shades of Blue Violet #7A3DFC
Tints of Blue Violet #7A3DFC
RGB
CMYK
RGB Variations
Color information
#7A3DFC (or 0x7A3DFC) is known color: Blue Violet. HEX triplet: 7A, 3D and FC. RGB value is (122,61,252). Sum of RGB (Red+Green+Blue) = 122+61+252=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A3DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3DFC is #85C203. Grayscale: #646464. Windows color (decimal): -8765956 or 16530810. OLE color: 16530810.
HSL color Cylindrical-coordinate representation of color #7A3DFC: hue angle of 259.16º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A3DFC is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 61 | 252 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.01 |
| HSL | 259.16º | 0.97% | 0.61% | - |
| HSV(B) | 259.16º | 0.76% | 0.99% | - |
| XYZ | 27.27 | 14.5 | 93.46 | - |
| YUV | 101.01 | 213.21 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 252 | 0.52 | 0.76 | 0 | 0.01 | 259.16 | 0.97 | 0.61 |
| Hex | 7A | 3D | FC | 34 | 4C | 0 | 1 | 103 | 61 | 3D |
| Octal | 172 | 75 | 374 | 64 | 114 | 0 | 1 | 403 | 141 | 75 |
| Binary | 1111010 | 111101 | 11111100 | 110100 | 1001100 | 0 | 1 | 100000011 | 1100001 | 111101 |
Color Harmonies of #7A3DFC
Complementary color
Monochromatic Colors of #7A3DFC
Black with #7A3DFC
Text Example
Text Example
White with #7A3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DFC; }
p { color: rgb(122,61,252); }
H1.HeaderClassName
{
color: #7A3DFC;
}
.AnyTagClassName
{
color: #7A3DFC;
}
</style>
background-color css
<style>
a { background-color: #7A3DFC; }
a { background-color: rgb(122,61,252); }
div.DivClassName
{
background-color: #7A3DFC;
}
.BgClassName
{
background-color: #7A3DFC;
}
</style>
border-color css
<style>
span { border-color: #7A3DFC; }
span { border-color: rgb(122,61,252); }
td.TdClassName
{
border-color: #7A3DFC;
}
.TagClassName
{
border-color: #7A3DFC;
}
</style>