Shades of Studio #7B58AB
Tints of Studio #7B58AB
RGB
CMYK
RGB Variations
Color information
#7B58AB (or 0x7B58AB) is known color: Studio. HEX triplet: 7B, 58 and AB. RGB value is (123,88,171). Sum of RGB (Red+Green+Blue) = 123+88+171=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B58AB is #84A754. Grayscale: #6B6B6B. Windows color (decimal): -8693589 or 11229307. OLE color: 11229307.
HSL color Cylindrical-coordinate representation of color #7B58AB: hue angle of 265.3º 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 #7B58AB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 88 | 171 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.33 |
| HSL | 265.3º | 0.33% | 0.51% | - |
| HSV(B) | 265.3º | 0.49% | 0.67% | - |
| XYZ | 19.01 | 14.13 | 40.25 | - |
| YUV | 107.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 171 | 0.28 | 0.49 | 0 | 0.33 | 265.3 | 0.33 | 0.51 |
| Hex | 7B | 58 | AB | 1C | 31 | 0 | 21 | 109 | 21 | 33 |
| Octal | 173 | 130 | 253 | 34 | 61 | 0 | 41 | 411 | 41 | 63 |
| Binary | 1111011 | 1011000 | 10101011 | 11100 | 110001 | 0 | 100001 | 100001001 | 100001 | 110011 |
Color Harmonies of #7B58AB
Complementary color
Monochromatic Colors of #7B58AB
Black with #7B58AB
Text Example
Text Example
White with #7B58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B58AB; }
p { color: rgb(123,88,171); }
H1.HeaderClassName
{
color: #7B58AB;
}
.AnyTagClassName
{
color: #7B58AB;
}
</style>
background-color css
<style>
a { background-color: #7B58AB; }
a { background-color: rgb(123,88,171); }
div.DivClassName
{
background-color: #7B58AB;
}
.BgClassName
{
background-color: #7B58AB;
}
</style>
border-color css
<style>
span { border-color: #7B58AB; }
span { border-color: rgb(123,88,171); }
td.TdClassName
{
border-color: #7B58AB;
}
.TagClassName
{
border-color: #7B58AB;
}
</style>