Shades of Blue Violet #7B27FE
Tints of Blue Violet #7B27FE
RGB
CMYK
RGB Variations
Color information
#7B27FE (or 0x7B27FE) is known color: Blue Violet. HEX triplet: 7B, 27 and FE. RGB value is (123,39,254). Sum of RGB (Red+Green+Blue) = 123+39+254=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B27FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B27FE is #84D801. Grayscale: #575757. Windows color (decimal): -8706050 or 16656251. OLE color: 16656251.
HSL color Cylindrical-coordinate representation of color #7B27FE: hue angle of 263.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B27FE is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 39 | 254 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.00 |
| HSL | 263.44º | 0.99% | 0.57% | - |
| HSV(B) | 263.44º | 0.85% | 1% | - |
| XYZ | 26.78 | 12.82 | 94.83 | - |
| YUV | 88.63 | 221.33 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 254 | 0.52 | 0.85 | 0 | 0.00 | 263.44 | 0.99 | 0.57 |
| Hex | 7B | 27 | FE | 34 | 55 | 0 | 0 | 107 | 63 | 39 |
| Octal | 173 | 47 | 376 | 64 | 125 | 0 | 0 | 407 | 143 | 71 |
| Binary | 1111011 | 100111 | 11111110 | 110100 | 1010101 | 0 | 0 | 100000111 | 1100011 | 111001 |
Color Harmonies of #7B27FE
Complementary color
Monochromatic Colors of #7B27FE
Black with #7B27FE
Text Example
Text Example
White with #7B27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B27FE; }
p { color: rgb(123,39,254); }
H1.HeaderClassName
{
color: #7B27FE;
}
.AnyTagClassName
{
color: #7B27FE;
}
</style>
background-color css
<style>
a { background-color: #7B27FE; }
a { background-color: rgb(123,39,254); }
div.DivClassName
{
background-color: #7B27FE;
}
.BgClassName
{
background-color: #7B27FE;
}
</style>
border-color css
<style>
span { border-color: #7B27FE; }
span { border-color: rgb(123,39,254); }
td.TdClassName
{
border-color: #7B27FE;
}
.TagClassName
{
border-color: #7B27FE;
}
</style>