Shades of Studio #7D57AB
Tints of Studio #7D57AB
RGB
CMYK
RGB Variations
Color information
#7D57AB (or 0x7D57AB) is known color: Studio. HEX triplet: 7D, 57 and AB. RGB value is (125,87,171). Sum of RGB (Red+Green+Blue) = 125+87+171=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D57AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D57AB is #82A854. Grayscale: #6B6B6B. Windows color (decimal): -8562773 or 11229053. OLE color: 11229053.
HSL color Cylindrical-coordinate representation of color #7D57AB: hue angle of 267.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D57AB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 87 | 171 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.33 |
| HSL | 267.14º | 0.33% | 0.51% | - |
| HSV(B) | 267.14º | 0.49% | 0.67% | - |
| XYZ | 19.22 | 14.12 | 40.24 | - |
| YUV | 107.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 171 | 0.27 | 0.49 | 0 | 0.33 | 267.14 | 0.33 | 0.51 |
| Hex | 7D | 57 | AB | 1B | 31 | 0 | 21 | 10B | 21 | 33 |
| Octal | 175 | 127 | 253 | 33 | 61 | 0 | 41 | 413 | 41 | 63 |
| Binary | 1111101 | 1010111 | 10101011 | 11011 | 110001 | 0 | 100001 | 100001011 | 100001 | 110011 |
Color Harmonies of #7D57AB
Complementary color
Monochromatic Colors of #7D57AB
Black with #7D57AB
Text Example
Text Example
White with #7D57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D57AB; }
p { color: rgb(125,87,171); }
H1.HeaderClassName
{
color: #7D57AB;
}
.AnyTagClassName
{
color: #7D57AB;
}
</style>
background-color css
<style>
a { background-color: #7D57AB; }
a { background-color: rgb(125,87,171); }
div.DivClassName
{
background-color: #7D57AB;
}
.BgClassName
{
background-color: #7D57AB;
}
</style>
border-color css
<style>
span { border-color: #7D57AB; }
span { border-color: rgb(125,87,171); }
td.TdClassName
{
border-color: #7D57AB;
}
.TagClassName
{
border-color: #7D57AB;
}
</style>