Shades of Blue Violet #7C33FB
Tints of Blue Violet #7C33FB
RGB
CMYK
RGB Variations
Color information
#7C33FB (or 0x7C33FB) is known color: Blue Violet. HEX triplet: 7C, 33 and FB. RGB value is (124,51,251). Sum of RGB (Red+Green+Blue) = 124+51+251=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C33FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C33FB is #83CC04. Grayscale: #5E5E5E. Windows color (decimal): -8637445 or 16462716. OLE color: 16462716.
HSL color Cylindrical-coordinate representation of color #7C33FB: hue angle of 261.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C33FB is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 51 | 251 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.02 |
| HSL | 261.9º | 0.96% | 0.59% | - |
| HSV(B) | 261.9º | 0.8% | 0.98% | - |
| XYZ | 26.91 | 13.62 | 92.48 | - |
| YUV | 95.63 | 215.68 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 251 | 0.51 | 0.80 | 0 | 0.02 | 261.9 | 0.96 | 0.59 |
| Hex | 7C | 33 | FB | 33 | 50 | 0 | 2 | 106 | 60 | 3B |
| Octal | 174 | 63 | 373 | 63 | 120 | 0 | 2 | 406 | 140 | 73 |
| Binary | 1111100 | 110011 | 11111011 | 110011 | 1010000 | 0 | 10 | 100000110 | 1100000 | 111011 |
Color Harmonies of #7C33FB
Complementary color
Monochromatic Colors of #7C33FB
Black with #7C33FB
Text Example
Text Example
White with #7C33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C33FB; }
p { color: rgb(124,51,251); }
H1.HeaderClassName
{
color: #7C33FB;
}
.AnyTagClassName
{
color: #7C33FB;
}
</style>
background-color css
<style>
a { background-color: #7C33FB; }
a { background-color: rgb(124,51,251); }
div.DivClassName
{
background-color: #7C33FB;
}
.BgClassName
{
background-color: #7C33FB;
}
</style>
border-color css
<style>
span { border-color: #7C33FB; }
span { border-color: rgb(124,51,251); }
td.TdClassName
{
border-color: #7C33FB;
}
.TagClassName
{
border-color: #7C33FB;
}
</style>