Shades of Blue Violet #7B20FE
Tints of Blue Violet #7B20FE
RGB
CMYK
RGB Variations
Color information
#7B20FE (or 0x7B20FE) is known color: Blue Violet. HEX triplet: 7B, 20 and FE. RGB value is (123,32,254). Sum of RGB (Red+Green+Blue) = 123+32+254=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B20FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B20FE is #84DF01. Grayscale: #535353. Windows color (decimal): -8707842 or 16654459. OLE color: 16654459.
HSL color Cylindrical-coordinate representation of color #7B20FE: hue angle of 264.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B20FE is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 32 | 254 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.00 |
| HSL | 264.59º | 0.99% | 0.56% | - |
| HSV(B) | 264.59º | 0.87% | 1% | - |
| XYZ | 26.57 | 12.4 | 94.76 | - |
| YUV | 84.52 | 223.65 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 254 | 0.52 | 0.87 | 0 | 0.00 | 264.59 | 0.99 | 0.56 |
| Hex | 7B | 20 | FE | 34 | 57 | 0 | 0 | 109 | 63 | 38 |
| Octal | 173 | 40 | 376 | 64 | 127 | 0 | 0 | 411 | 143 | 70 |
| Binary | 1111011 | 100000 | 11111110 | 110100 | 1010111 | 0 | 0 | 100001001 | 1100011 | 111000 |
Color Harmonies of #7B20FE
Complementary color
Monochromatic Colors of #7B20FE
Black with #7B20FE
Text Example
Text Example
White with #7B20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B20FE; }
p { color: rgb(123,32,254); }
H1.HeaderClassName
{
color: #7B20FE;
}
.AnyTagClassName
{
color: #7B20FE;
}
</style>
background-color css
<style>
a { background-color: #7B20FE; }
a { background-color: rgb(123,32,254); }
div.DivClassName
{
background-color: #7B20FE;
}
.BgClassName
{
background-color: #7B20FE;
}
</style>
border-color css
<style>
span { border-color: #7B20FE; }
span { border-color: rgb(123,32,254); }
td.TdClassName
{
border-color: #7B20FE;
}
.TagClassName
{
border-color: #7B20FE;
}
</style>