Shades of Studio #7B57A7
Tints of Studio #7B57A7
RGB
CMYK
RGB Variations
Color information
#7B57A7 (or 0x7B57A7) is known color: Studio. HEX triplet: 7B, 57 and A7. RGB value is (123,87,167). Sum of RGB (Red+Green+Blue) = 123+87+167=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #7B57A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B57A7 is #84A858. Grayscale: #6A6A6A. Windows color (decimal): -8693849 or 10966907. OLE color: 10966907.
HSL color Cylindrical-coordinate representation of color #7B57A7: hue angle of 267º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B57A7 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 123 | 87 | 167 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.35 |
| HSL | 267º | 0.31% | 0.5% | - |
| HSV(B) | 267º | 0.48% | 0.65% | - |
| XYZ | 18.55 | 13.82 | 38.25 | - |
| YUV | 106.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 167 | 0.26 | 0.48 | 0 | 0.35 | 267 | 0.31 | 0.5 |
| Hex | 7B | 57 | A7 | 1A | 30 | 0 | 23 | 10B | 1F | 32 |
| Octal | 173 | 127 | 247 | 32 | 60 | 0 | 43 | 413 | 37 | 62 |
| Binary | 1111011 | 1010111 | 10100111 | 11010 | 110000 | 0 | 100011 | 100001011 | 11111 | 110010 |
Color Harmonies of #7B57A7
Complementary color
Monochromatic Colors of #7B57A7
Black with #7B57A7
Text Example
Text Example
White with #7B57A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B57A7; }
p { color: rgb(123,87,167); }
H1.HeaderClassName
{
color: #7B57A7;
}
.AnyTagClassName
{
color: #7B57A7;
}
</style>
background-color css
<style>
a { background-color: #7B57A7; }
a { background-color: rgb(123,87,167); }
div.DivClassName
{
background-color: #7B57A7;
}
.BgClassName
{
background-color: #7B57A7;
}
</style>
border-color css
<style>
span { border-color: #7B57A7; }
span { border-color: rgb(123,87,167); }
td.TdClassName
{
border-color: #7B57A7;
}
.TagClassName
{
border-color: #7B57A7;
}
</style>