Shades of Blue Violet #7A27EF
Tints of Blue Violet #7A27EF
RGB
CMYK
RGB Variations
Color information
#7A27EF (or 0x7A27EF) is known color: Blue Violet. HEX triplet: 7A, 27 and EF. RGB value is (122,39,239). Sum of RGB (Red+Green+Blue) = 122+39+239=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A27EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A27EF is #85D810. Grayscale: #555555. Windows color (decimal): -8771601 or 15673210. OLE color: 15673210.
HSL color Cylindrical-coordinate representation of color #7A27EF: hue angle of 264.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A27EF is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 39 | 239 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.06 |
| HSL | 264.9º | 0.86% | 0.55% | - |
| HSV(B) | 264.9º | 0.84% | 0.94% | - |
| XYZ | 24.33 | 11.82 | 82.66 | - |
| YUV | 86.62 | 214 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 39 | 239 | 0.49 | 0.84 | 0 | 0.06 | 264.9 | 0.86 | 0.55 |
| Hex | 7A | 27 | EF | 31 | 54 | 0 | 6 | 109 | 56 | 37 |
| Octal | 172 | 47 | 357 | 61 | 124 | 0 | 6 | 411 | 126 | 67 |
| Binary | 1111010 | 100111 | 11101111 | 110001 | 1010100 | 0 | 110 | 100001001 | 1010110 | 110111 |
Color Harmonies of #7A27EF
Complementary color
Monochromatic Colors of #7A27EF
Black with #7A27EF
Text Example
Text Example
White with #7A27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A27EF; }
p { color: rgb(122,39,239); }
H1.HeaderClassName
{
color: #7A27EF;
}
.AnyTagClassName
{
color: #7A27EF;
}
</style>
background-color css
<style>
a { background-color: #7A27EF; }
a { background-color: rgb(122,39,239); }
div.DivClassName
{
background-color: #7A27EF;
}
.BgClassName
{
background-color: #7A27EF;
}
</style>
border-color css
<style>
span { border-color: #7A27EF; }
span { border-color: rgb(122,39,239); }
td.TdClassName
{
border-color: #7A27EF;
}
.TagClassName
{
border-color: #7A27EF;
}
</style>