Shades of Studio #7E41BB
Tints of Studio #7E41BB
RGB
CMYK
RGB Variations
Color information
#7E41BB (or 0x7E41BB) is known color: Studio. HEX triplet: 7E, 41 and BB. RGB value is (126,65,187). Sum of RGB (Red+Green+Blue) = 126+65+187=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E41BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E41BB is #81BE44. Grayscale: #606060. Windows color (decimal): -8502853 or 12271998. OLE color: 12271998.
HSL color Cylindrical-coordinate representation of color #7E41BB: hue angle of 270º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E41BB is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 65 | 187 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.27 |
| HSL | 270º | 0.48% | 0.49% | - |
| HSV(B) | 270º | 0.65% | 0.73% | - |
| XYZ | 19.46 | 11.8 | 48.27 | - |
| YUV | 97.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 187 | 0.33 | 0.65 | 0 | 0.27 | 270 | 0.48 | 0.49 |
| Hex | 7E | 41 | BB | 21 | 41 | 0 | 1B | 10E | 30 | 31 |
| Octal | 176 | 101 | 273 | 41 | 101 | 0 | 33 | 416 | 60 | 61 |
| Binary | 1111110 | 1000001 | 10111011 | 100001 | 1000001 | 0 | 11011 | 100001110 | 110000 | 110001 |
Color Harmonies of #7E41BB
Complementary color
Monochromatic Colors of #7E41BB
Black with #7E41BB
Text Example
Text Example
White with #7E41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E41BB; }
p { color: rgb(126,65,187); }
H1.HeaderClassName
{
color: #7E41BB;
}
.AnyTagClassName
{
color: #7E41BB;
}
</style>
background-color css
<style>
a { background-color: #7E41BB; }
a { background-color: rgb(126,65,187); }
div.DivClassName
{
background-color: #7E41BB;
}
.BgClassName
{
background-color: #7E41BB;
}
</style>
border-color css
<style>
span { border-color: #7E41BB; }
span { border-color: rgb(126,65,187); }
td.TdClassName
{
border-color: #7E41BB;
}
.TagClassName
{
border-color: #7E41BB;
}
</style>