Shades of Studio #7D56AF
Tints of Studio #7D56AF
RGB
CMYK
RGB Variations
Color information
#7D56AF (or 0x7D56AF) is known color: Studio. HEX triplet: 7D, 56 and AF. RGB value is (125,86,175). Sum of RGB (Red+Green+Blue) = 125+86+175=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D56AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D56AF is #82A950. Grayscale: #6B6B6B. Windows color (decimal): -8563025 or 11490941. OLE color: 11490941.
HSL color Cylindrical-coordinate representation of color #7D56AF: hue angle of 266.29º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D56AF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 86 | 175 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.31 |
| HSL | 266.29º | 0.36% | 0.51% | - |
| HSV(B) | 266.29º | 0.51% | 0.69% | - |
| XYZ | 19.52 | 14.11 | 42.25 | - |
| YUV | 107.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 175 | 0.29 | 0.51 | 0 | 0.31 | 266.29 | 0.36 | 0.51 |
| Hex | 7D | 56 | AF | 1D | 33 | 0 | 1F | 10A | 24 | 33 |
| Octal | 175 | 126 | 257 | 35 | 63 | 0 | 37 | 412 | 44 | 63 |
| Binary | 1111101 | 1010110 | 10101111 | 11101 | 110011 | 0 | 11111 | 100001010 | 100100 | 110011 |
Color Harmonies of #7D56AF
Complementary color
Monochromatic Colors of #7D56AF
Black with #7D56AF
Text Example
Text Example
White with #7D56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D56AF; }
p { color: rgb(125,86,175); }
H1.HeaderClassName
{
color: #7D56AF;
}
.AnyTagClassName
{
color: #7D56AF;
}
</style>
background-color css
<style>
a { background-color: #7D56AF; }
a { background-color: rgb(125,86,175); }
div.DivClassName
{
background-color: #7D56AF;
}
.BgClassName
{
background-color: #7D56AF;
}
</style>
border-color css
<style>
span { border-color: #7D56AF; }
span { border-color: rgb(125,86,175); }
td.TdClassName
{
border-color: #7D56AF;
}
.TagClassName
{
border-color: #7D56AF;
}
</style>