Shades of Studio #7B5199
Tints of Studio #7B5199
RGB
CMYK
RGB Variations
Color information
#7B5199 (or 0x7B5199) is known color: Studio. HEX triplet: 7B, 51 and 99. RGB value is (123,81,153). Sum of RGB (Red+Green+Blue) = 123+81+153=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5199 is #84AE66. Grayscale: #656565. Windows color (decimal): -8695399 or 10047867. OLE color: 10047867.
HSL color Cylindrical-coordinate representation of color #7B5199: hue angle of 275º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5199 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 81 | 153 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.4 |
| HSL | 275º | 0.31% | 0.46% | - |
| HSV(B) | 275º | 0.47% | 0.6% | - |
| XYZ | 16.86 | 12.4 | 31.64 | - |
| YUV | 101.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 153 | 0.20 | 0.47 | 0 | 0.4 | 275 | 0.31 | 0.46 |
| Hex | 7B | 51 | 99 | 14 | 2F | 0 | 28 | 113 | 1F | 2E |
| Octal | 173 | 121 | 231 | 24 | 57 | 0 | 50 | 423 | 37 | 56 |
| Binary | 1111011 | 1010001 | 10011001 | 10100 | 101111 | 0 | 101000 | 100010011 | 11111 | 101110 |
Color Harmonies of #7B5199
Complementary color
Monochromatic Colors of #7B5199
Black with #7B5199
Text Example
Text Example
White with #7B5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5199; }
p { color: rgb(123,81,153); }
H1.HeaderClassName
{
color: #7B5199;
}
.AnyTagClassName
{
color: #7B5199;
}
</style>
background-color css
<style>
a { background-color: #7B5199; }
a { background-color: rgb(123,81,153); }
div.DivClassName
{
background-color: #7B5199;
}
.BgClassName
{
background-color: #7B5199;
}
</style>
border-color css
<style>
span { border-color: #7B5199; }
span { border-color: rgb(123,81,153); }
td.TdClassName
{
border-color: #7B5199;
}
.TagClassName
{
border-color: #7B5199;
}
</style>