Shades of Studio #7B479A
Tints of Studio #7B479A
RGB
CMYK
RGB Variations
Color information
#7B479A (or 0x7B479A) is known color: Studio. HEX triplet: 7B, 47 and 9A. RGB value is (123,71,154). Sum of RGB (Red+Green+Blue) = 123+71+154=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B479A is #84B865. Grayscale: #5F5F5F. Windows color (decimal): -8697958 or 10110843. OLE color: 10110843.
HSL color Cylindrical-coordinate representation of color #7B479A: hue angle of 277.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B479A is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 71 | 154 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.40 |
| HSL | 277.59º | 0.37% | 0.44% | - |
| HSV(B) | 277.59º | 0.54% | 0.6% | - |
| XYZ | 16.25 | 11.05 | 31.85 | - |
| YUV | 96.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 154 | 0.20 | 0.54 | 0 | 0.40 | 277.59 | 0.37 | 0.44 |
| Hex | 7B | 47 | 9A | 14 | 36 | 0 | 28 | 116 | 25 | 2C |
| Octal | 173 | 107 | 232 | 24 | 66 | 0 | 50 | 426 | 45 | 54 |
| Binary | 1111011 | 1000111 | 10011010 | 10100 | 110110 | 0 | 101000 | 100010110 | 100101 | 101100 |
Color Harmonies of #7B479A
Complementary color
Monochromatic Colors of #7B479A
Black with #7B479A
Text Example
Text Example
White with #7B479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B479A; }
p { color: rgb(123,71,154); }
H1.HeaderClassName
{
color: #7B479A;
}
.AnyTagClassName
{
color: #7B479A;
}
</style>
background-color css
<style>
a { background-color: #7B479A; }
a { background-color: rgb(123,71,154); }
div.DivClassName
{
background-color: #7B479A;
}
.BgClassName
{
background-color: #7B479A;
}
</style>
border-color css
<style>
span { border-color: #7B479A; }
span { border-color: rgb(123,71,154); }
td.TdClassName
{
border-color: #7B479A;
}
.TagClassName
{
border-color: #7B479A;
}
</style>