Shades of Blue Violet #7B47E4
Tints of Blue Violet #7B47E4
RGB
CMYK
RGB Variations
Color information
#7B47E4 (or 0x7B47E4) is known color: Blue Violet. HEX triplet: 7B, 47 and E4. RGB value is (123,71,228). Sum of RGB (Red+Green+Blue) = 123+71+228=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #7B47E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B47E4 is #84B81B. Grayscale: #676767. Windows color (decimal): -8697884 or 14960507. OLE color: 14960507.
HSL color Cylindrical-coordinate representation of color #7B47E4: hue angle of 259.87º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B47E4 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 71 | 228 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.11 |
| HSL | 259.87º | 0.74% | 0.59% | - |
| HSV(B) | 259.87º | 0.69% | 0.89% | - |
| XYZ | 24.43 | 14.32 | 74.88 | - |
| YUV | 104.45 | 197.73 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 228 | 0.46 | 0.69 | 0 | 0.11 | 259.87 | 0.74 | 0.59 |
| Hex | 7B | 47 | E4 | 2E | 45 | 0 | B | 104 | 4A | 3B |
| Octal | 173 | 107 | 344 | 56 | 105 | 0 | 13 | 404 | 112 | 73 |
| Binary | 1111011 | 1000111 | 11100100 | 101110 | 1000101 | 0 | 1011 | 100000100 | 1001010 | 111011 |
Color Harmonies of #7B47E4
Complementary color
Monochromatic Colors of #7B47E4
Black with #7B47E4
Text Example
Text Example
White with #7B47E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B47E4; }
p { color: rgb(123,71,228); }
H1.HeaderClassName
{
color: #7B47E4;
}
.AnyTagClassName
{
color: #7B47E4;
}
</style>
background-color css
<style>
a { background-color: #7B47E4; }
a { background-color: rgb(123,71,228); }
div.DivClassName
{
background-color: #7B47E4;
}
.BgClassName
{
background-color: #7B47E4;
}
</style>
border-color css
<style>
span { border-color: #7B47E4; }
span { border-color: rgb(123,71,228); }
td.TdClassName
{
border-color: #7B47E4;
}
.TagClassName
{
border-color: #7B47E4;
}
</style>