Shades of Studio #7B57AF
Tints of Studio #7B57AF
RGB
CMYK
RGB Variations
Color information
#7B57AF (or 0x7B57AF) is known color: Studio. HEX triplet: 7B, 57 and AF. RGB value is (123,87,175). Sum of RGB (Red+Green+Blue) = 123+87+175=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B57AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B57AF is #84A850. Grayscale: #6B6B6B. Windows color (decimal): -8693841 or 11491195. OLE color: 11491195.
HSL color Cylindrical-coordinate representation of color #7B57AF: hue angle of 264.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B57AF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 87 | 175 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.31 |
| HSL | 264.55º | 0.35% | 0.51% | - |
| HSV(B) | 264.55º | 0.5% | 0.69% | - |
| XYZ | 19.31 | 14.12 | 42.27 | - |
| YUV | 107.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 175 | 0.30 | 0.50 | 0 | 0.31 | 264.55 | 0.35 | 0.51 |
| Hex | 7B | 57 | AF | 1E | 32 | 0 | 1F | 109 | 23 | 33 |
| Octal | 173 | 127 | 257 | 36 | 62 | 0 | 37 | 411 | 43 | 63 |
| Binary | 1111011 | 1010111 | 10101111 | 11110 | 110010 | 0 | 11111 | 100001001 | 100011 | 110011 |
Color Harmonies of #7B57AF
Complementary color
Monochromatic Colors of #7B57AF
Black with #7B57AF
Text Example
Text Example
White with #7B57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B57AF; }
p { color: rgb(123,87,175); }
H1.HeaderClassName
{
color: #7B57AF;
}
.AnyTagClassName
{
color: #7B57AF;
}
</style>
background-color css
<style>
a { background-color: #7B57AF; }
a { background-color: rgb(123,87,175); }
div.DivClassName
{
background-color: #7B57AF;
}
.BgClassName
{
background-color: #7B57AF;
}
</style>
border-color css
<style>
span { border-color: #7B57AF; }
span { border-color: rgb(123,87,175); }
td.TdClassName
{
border-color: #7B57AF;
}
.TagClassName
{
border-color: #7B57AF;
}
</style>