Shades of Studio #7D5AAF
Tints of Studio #7D5AAF
RGB
CMYK
RGB Variations
Color information
#7D5AAF (or 0x7D5AAF) is known color: Studio. HEX triplet: 7D, 5A and AF. RGB value is (125,90,175). Sum of RGB (Red+Green+Blue) = 125+90+175=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D5AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5AAF is #82A550. Grayscale: #6D6D6D. Windows color (decimal): -8562001 or 11491965. OLE color: 11491965.
HSL color Cylindrical-coordinate representation of color #7D5AAF: hue angle of 264.71º 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 #7D5AAF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 90 | 175 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.31 |
| HSL | 264.71º | 0.35% | 0.52% | - |
| HSV(B) | 264.71º | 0.49% | 0.69% | - |
| XYZ | 19.85 | 14.77 | 42.36 | - |
| YUV | 110.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 175 | 0.29 | 0.49 | 0 | 0.31 | 264.71 | 0.35 | 0.52 |
| Hex | 7D | 5A | AF | 1D | 31 | 0 | 1F | 109 | 23 | 34 |
| Octal | 175 | 132 | 257 | 35 | 61 | 0 | 37 | 411 | 43 | 64 |
| Binary | 1111101 | 1011010 | 10101111 | 11101 | 110001 | 0 | 11111 | 100001001 | 100011 | 110100 |
Color Harmonies of #7D5AAF
Complementary color
Monochromatic Colors of #7D5AAF
Black with #7D5AAF
Text Example
Text Example
White with #7D5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5AAF; }
p { color: rgb(125,90,175); }
H1.HeaderClassName
{
color: #7D5AAF;
}
.AnyTagClassName
{
color: #7D5AAF;
}
</style>
background-color css
<style>
a { background-color: #7D5AAF; }
a { background-color: rgb(125,90,175); }
div.DivClassName
{
background-color: #7D5AAF;
}
.BgClassName
{
background-color: #7D5AAF;
}
</style>
border-color css
<style>
span { border-color: #7D5AAF; }
span { border-color: rgb(125,90,175); }
td.TdClassName
{
border-color: #7D5AAF;
}
.TagClassName
{
border-color: #7D5AAF;
}
</style>