Shades of Blue Violet #7B27FF
Tints of Blue Violet #7B27FF
RGB
CMYK
RGB Variations
Color information
#7B27FF (or 0x7B27FF) is known color: Blue Violet. HEX triplet: 7B, 27 and FF. RGB value is (123,39,255). Sum of RGB (Red+Green+Blue) = 123+39+255=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B27FF is #84D800. Grayscale: #575757. Windows color (decimal): -8706049 or 16721787. OLE color: 16721787.
HSL color Cylindrical-coordinate representation of color #7B27FF: hue angle of 263.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B27FF is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 39 | 255 | - |
| CMYK | 0.52 | 0.85 | 0 | 0 |
| HSL | 263.33º | 1% | 0.58% | - |
| HSV(B) | 263.33º | 0.85% | 1% | - |
| XYZ | 26.94 | 12.88 | 95.67 | - |
| YUV | 88.74 | 221.83 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 255 | 0.52 | 0.85 | 0 | 0 | 263.33 | 1 | 0.58 |
| Hex | 7B | 27 | FF | 34 | 55 | 0 | 0 | 107 | 64 | 3A |
| Octal | 173 | 47 | 377 | 64 | 125 | 0 | 0 | 407 | 144 | 72 |
| Binary | 1111011 | 100111 | 11111111 | 110100 | 1010101 | 0 | 0 | 100000111 | 1100100 | 111010 |
Color Harmonies of #7B27FF
Complementary color
Monochromatic Colors of #7B27FF
Black with #7B27FF
Text Example
Text Example
White with #7B27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B27FF; }
p { color: rgb(123,39,255); }
H1.HeaderClassName
{
color: #7B27FF;
}
.AnyTagClassName
{
color: #7B27FF;
}
</style>
background-color css
<style>
a { background-color: #7B27FF; }
a { background-color: rgb(123,39,255); }
div.DivClassName
{
background-color: #7B27FF;
}
.BgClassName
{
background-color: #7B27FF;
}
</style>
border-color css
<style>
span { border-color: #7B27FF; }
span { border-color: rgb(123,39,255); }
td.TdClassName
{
border-color: #7B27FF;
}
.TagClassName
{
border-color: #7B27FF;
}
</style>