Shades of Studio #7D59AF
Tints of Studio #7D59AF
RGB
CMYK
RGB Variations
Color information
#7D59AF (or 0x7D59AF) is known color: Studio. HEX triplet: 7D, 59 and AF. RGB value is (125,89,175). Sum of RGB (Red+Green+Blue) = 125+89+175=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 89 (35.16% from 255 or 22.88% 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 #7D59AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D59AF is #82A650. Grayscale: #6D6D6D. Windows color (decimal): -8562257 or 11491709. OLE color: 11491709.
HSL color Cylindrical-coordinate representation of color #7D59AF: hue angle of 265.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D59AF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 89 | 175 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.31 |
| HSL | 265.12º | 0.35% | 0.52% | - |
| HSV(B) | 265.12º | 0.49% | 0.69% | - |
| XYZ | 19.77 | 14.6 | 42.33 | - |
| YUV | 109.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 175 | 0.29 | 0.49 | 0 | 0.31 | 265.12 | 0.35 | 0.52 |
| Hex | 7D | 59 | AF | 1D | 31 | 0 | 1F | 109 | 23 | 34 |
| Octal | 175 | 131 | 257 | 35 | 61 | 0 | 37 | 411 | 43 | 64 |
| Binary | 1111101 | 1011001 | 10101111 | 11101 | 110001 | 0 | 11111 | 100001001 | 100011 | 110100 |
Color Harmonies of #7D59AF
Complementary color
Monochromatic Colors of #7D59AF
Black with #7D59AF
Text Example
Text Example
White with #7D59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D59AF; }
p { color: rgb(125,89,175); }
H1.HeaderClassName
{
color: #7D59AF;
}
.AnyTagClassName
{
color: #7D59AF;
}
</style>
background-color css
<style>
a { background-color: #7D59AF; }
a { background-color: rgb(125,89,175); }
div.DivClassName
{
background-color: #7D59AF;
}
.BgClassName
{
background-color: #7D59AF;
}
</style>
border-color css
<style>
span { border-color: #7D59AF; }
span { border-color: rgb(125,89,175); }
td.TdClassName
{
border-color: #7D59AF;
}
.TagClassName
{
border-color: #7D59AF;
}
</style>