Shades of Studio #7E58B1
Tints of Studio #7E58B1
RGB
CMYK
RGB Variations
Color information
#7E58B1 (or 0x7E58B1) is known color: Studio. HEX triplet: 7E, 58 and B1. RGB value is (126,88,177). Sum of RGB (Red+Green+Blue) = 126+88+177=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E58B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E58B1 is #81A74E. Grayscale: #6D6D6D. Windows color (decimal): -8496975 or 11622526. OLE color: 11622526.
HSL color Cylindrical-coordinate representation of color #7E58B1: hue angle of 265.62º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E58B1 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 88 | 177 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.31 |
| HSL | 265.62º | 0.36% | 0.52% | - |
| HSV(B) | 265.62º | 0.5% | 0.69% | - |
| XYZ | 20.03 | 14.59 | 43.36 | - |
| YUV | 109.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 177 | 0.29 | 0.50 | 0 | 0.31 | 265.62 | 0.36 | 0.52 |
| Hex | 7E | 58 | B1 | 1D | 32 | 0 | 1F | 10A | 24 | 34 |
| Octal | 176 | 130 | 261 | 35 | 62 | 0 | 37 | 412 | 44 | 64 |
| Binary | 1111110 | 1011000 | 10110001 | 11101 | 110010 | 0 | 11111 | 100001010 | 100100 | 110100 |
Color Harmonies of #7E58B1
Complementary color
Monochromatic Colors of #7E58B1
Black with #7E58B1
Text Example
Text Example
White with #7E58B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E58B1; }
p { color: rgb(126,88,177); }
H1.HeaderClassName
{
color: #7E58B1;
}
.AnyTagClassName
{
color: #7E58B1;
}
</style>
background-color css
<style>
a { background-color: #7E58B1; }
a { background-color: rgb(126,88,177); }
div.DivClassName
{
background-color: #7E58B1;
}
.BgClassName
{
background-color: #7E58B1;
}
</style>
border-color css
<style>
span { border-color: #7E58B1; }
span { border-color: rgb(126,88,177); }
td.TdClassName
{
border-color: #7E58B1;
}
.TagClassName
{
border-color: #7E58B1;
}
</style>