Shades of Studio #7D57AF
Tints of Studio #7D57AF
RGB
CMYK
RGB Variations
Color information
#7D57AF (or 0x7D57AF) is known color: Studio. HEX triplet: 7D, 57 and AF. RGB value is (125,87,175). Sum of RGB (Red+Green+Blue) = 125+87+175=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D57AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D57AF is #82A850. Grayscale: #6C6C6C. Windows color (decimal): -8562769 or 11491197. OLE color: 11491197.
HSL color Cylindrical-coordinate representation of color #7D57AF: hue angle of 265.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D57AF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 87 | 175 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.31 |
| HSL | 265.91º | 0.35% | 0.51% | - |
| HSV(B) | 265.91º | 0.5% | 0.69% | - |
| XYZ | 19.6 | 14.27 | 42.28 | - |
| YUV | 108.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 175 | 0.29 | 0.50 | 0 | 0.31 | 265.91 | 0.35 | 0.51 |
| Hex | 7D | 57 | AF | 1D | 32 | 0 | 1F | 10A | 23 | 33 |
| Octal | 175 | 127 | 257 | 35 | 62 | 0 | 37 | 412 | 43 | 63 |
| Binary | 1111101 | 1010111 | 10101111 | 11101 | 110010 | 0 | 11111 | 100001010 | 100011 | 110011 |
Color Harmonies of #7D57AF
Complementary color
Monochromatic Colors of #7D57AF
Black with #7D57AF
Text Example
Text Example
White with #7D57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D57AF; }
p { color: rgb(125,87,175); }
H1.HeaderClassName
{
color: #7D57AF;
}
.AnyTagClassName
{
color: #7D57AF;
}
</style>
background-color css
<style>
a { background-color: #7D57AF; }
a { background-color: rgb(125,87,175); }
div.DivClassName
{
background-color: #7D57AF;
}
.BgClassName
{
background-color: #7D57AF;
}
</style>
border-color css
<style>
span { border-color: #7D57AF; }
span { border-color: rgb(125,87,175); }
td.TdClassName
{
border-color: #7D57AF;
}
.TagClassName
{
border-color: #7D57AF;
}
</style>