Shades of Studio #7E58AF
Tints of Studio #7E58AF
RGB
CMYK
RGB Variations
Color information
#7E58AF (or 0x7E58AF) is known color: Studio. HEX triplet: 7E, 58 and AF. RGB value is (126,88,175). Sum of RGB (Red+Green+Blue) = 126+88+175=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E58AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E58AF is #81A750. Grayscale: #6C6C6C. Windows color (decimal): -8496977 or 11491454. OLE color: 11491454.
HSL color Cylindrical-coordinate representation of color #7E58AF: hue angle of 266.21º degrees, saturation: 0.35, 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 #7E58AF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 88 | 175 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.31 |
| HSL | 266.21º | 0.35% | 0.52% | - |
| HSV(B) | 266.21º | 0.5% | 0.69% | - |
| XYZ | 19.83 | 14.51 | 42.31 | - |
| YUV | 109.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 175 | 0.28 | 0.50 | 0 | 0.31 | 266.21 | 0.35 | 0.52 |
| Hex | 7E | 58 | AF | 1C | 32 | 0 | 1F | 10A | 23 | 34 |
| Octal | 176 | 130 | 257 | 34 | 62 | 0 | 37 | 412 | 43 | 64 |
| Binary | 1111110 | 1011000 | 10101111 | 11100 | 110010 | 0 | 11111 | 100001010 | 100011 | 110100 |
Color Harmonies of #7E58AF
Complementary color
Monochromatic Colors of #7E58AF
Black with #7E58AF
Text Example
Text Example
White with #7E58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E58AF; }
p { color: rgb(126,88,175); }
H1.HeaderClassName
{
color: #7E58AF;
}
.AnyTagClassName
{
color: #7E58AF;
}
</style>
background-color css
<style>
a { background-color: #7E58AF; }
a { background-color: rgb(126,88,175); }
div.DivClassName
{
background-color: #7E58AF;
}
.BgClassName
{
background-color: #7E58AF;
}
</style>
border-color css
<style>
span { border-color: #7E58AF; }
span { border-color: rgb(126,88,175); }
td.TdClassName
{
border-color: #7E58AF;
}
.TagClassName
{
border-color: #7E58AF;
}
</style>