Shades of Blue Violet #7B3EFC
Tints of Blue Violet #7B3EFC
RGB
CMYK
RGB Variations
Color information
#7B3EFC (or 0x7B3EFC) is known color: Blue Violet. HEX triplet: 7B, 3E and FC. RGB value is (123,62,252). Sum of RGB (Red+Green+Blue) = 123+62+252=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B3EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3EFC is #84C103. Grayscale: #656565. Windows color (decimal): -8700164 or 16531067. OLE color: 16531067.
HSL color Cylindrical-coordinate representation of color #7B3EFC: hue angle of 259.26º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B3EFC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 62 | 252 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.01 |
| HSL | 259.26º | 0.97% | 0.62% | - |
| HSV(B) | 259.26º | 0.75% | 0.99% | - |
| XYZ | 27.46 | 14.68 | 93.48 | - |
| YUV | 101.9 | 212.71 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 62 | 252 | 0.51 | 0.75 | 0 | 0.01 | 259.26 | 0.97 | 0.62 |
| Hex | 7B | 3E | FC | 33 | 4B | 0 | 1 | 103 | 61 | 3E |
| Octal | 173 | 76 | 374 | 63 | 113 | 0 | 1 | 403 | 141 | 76 |
| Binary | 1111011 | 111110 | 11111100 | 110011 | 1001011 | 0 | 1 | 100000011 | 1100001 | 111110 |
Color Harmonies of #7B3EFC
Complementary color
Monochromatic Colors of #7B3EFC
Black with #7B3EFC
Text Example
Text Example
White with #7B3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3EFC; }
p { color: rgb(123,62,252); }
H1.HeaderClassName
{
color: #7B3EFC;
}
.AnyTagClassName
{
color: #7B3EFC;
}
</style>
background-color css
<style>
a { background-color: #7B3EFC; }
a { background-color: rgb(123,62,252); }
div.DivClassName
{
background-color: #7B3EFC;
}
.BgClassName
{
background-color: #7B3EFC;
}
</style>
border-color css
<style>
span { border-color: #7B3EFC; }
span { border-color: rgb(123,62,252); }
td.TdClassName
{
border-color: #7B3EFC;
}
.TagClassName
{
border-color: #7B3EFC;
}
</style>