Shades of Studio #7B57AB
Tints of Studio #7B57AB
RGB
CMYK
RGB Variations
Color information
#7B57AB (or 0x7B57AB) is known color: Studio. HEX triplet: 7B, 57 and AB. RGB value is (123,87,171). Sum of RGB (Red+Green+Blue) = 123+87+171=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B57AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B57AB is #84A854. Grayscale: #6B6B6B. Windows color (decimal): -8693845 or 11229051. OLE color: 11229051.
HSL color Cylindrical-coordinate representation of color #7B57AB: hue angle of 265.71º 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 #7B57AB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 87 | 171 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.33 |
| HSL | 265.71º | 0.33% | 0.51% | - |
| HSV(B) | 265.71º | 0.49% | 0.67% | - |
| XYZ | 18.93 | 13.97 | 40.23 | - |
| YUV | 107.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 171 | 0.28 | 0.49 | 0 | 0.33 | 265.71 | 0.33 | 0.51 |
| Hex | 7B | 57 | AB | 1C | 31 | 0 | 21 | 10A | 21 | 33 |
| Octal | 173 | 127 | 253 | 34 | 61 | 0 | 41 | 412 | 41 | 63 |
| Binary | 1111011 | 1010111 | 10101011 | 11100 | 110001 | 0 | 100001 | 100001010 | 100001 | 110011 |
Color Harmonies of #7B57AB
Complementary color
Monochromatic Colors of #7B57AB
Black with #7B57AB
Text Example
Text Example
White with #7B57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B57AB; }
p { color: rgb(123,87,171); }
H1.HeaderClassName
{
color: #7B57AB;
}
.AnyTagClassName
{
color: #7B57AB;
}
</style>
background-color css
<style>
a { background-color: #7B57AB; }
a { background-color: rgb(123,87,171); }
div.DivClassName
{
background-color: #7B57AB;
}
.BgClassName
{
background-color: #7B57AB;
}
</style>
border-color css
<style>
span { border-color: #7B57AB; }
span { border-color: rgb(123,87,171); }
td.TdClassName
{
border-color: #7B57AB;
}
.TagClassName
{
border-color: #7B57AB;
}
</style>