Shades of Blue Violet #7A36FF
Tints of Blue Violet #7A36FF
RGB
CMYK
RGB Variations
Color information
#7A36FF (or 0x7A36FF) is known color: Blue Violet. HEX triplet: 7A, 36 and FF. RGB value is (122,54,255). Sum of RGB (Red+Green+Blue) = 122+54+255=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A36FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A36FF is #85C900. Grayscale: #606060. Windows color (decimal): -8767745 or 16725626. OLE color: 16725626.
HSL color Cylindrical-coordinate representation of color #7A36FF: hue angle of 260.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A36FF is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 54 | 255 | - |
| CMYK | 0.52 | 0.79 | 0 | 0 |
| HSL | 260.3º | 1% | 0.61% | - |
| HSV(B) | 260.3º | 0.79% | 1% | - |
| XYZ | 27.4 | 14 | 95.87 | - |
| YUV | 97.25 | 217.03 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 255 | 0.52 | 0.79 | 0 | 0 | 260.3 | 1 | 0.61 |
| Hex | 7A | 36 | FF | 34 | 4F | 0 | 0 | 104 | 64 | 3D |
| Octal | 172 | 66 | 377 | 64 | 117 | 0 | 0 | 404 | 144 | 75 |
| Binary | 1111010 | 110110 | 11111111 | 110100 | 1001111 | 0 | 0 | 100000100 | 1100100 | 111101 |
Color Harmonies of #7A36FF
Complementary color
Monochromatic Colors of #7A36FF
Black with #7A36FF
Text Example
Text Example
White with #7A36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A36FF; }
p { color: rgb(122,54,255); }
H1.HeaderClassName
{
color: #7A36FF;
}
.AnyTagClassName
{
color: #7A36FF;
}
</style>
background-color css
<style>
a { background-color: #7A36FF; }
a { background-color: rgb(122,54,255); }
div.DivClassName
{
background-color: #7A36FF;
}
.BgClassName
{
background-color: #7A36FF;
}
</style>
border-color css
<style>
span { border-color: #7A36FF; }
span { border-color: rgb(122,54,255); }
td.TdClassName
{
border-color: #7A36FF;
}
.TagClassName
{
border-color: #7A36FF;
}
</style>