Shades of Studio #7B4CAC
Tints of Studio #7B4CAC
RGB
CMYK
RGB Variations
Color information
#7B4CAC (or 0x7B4CAC) is known color: Studio. HEX triplet: 7B, 4C and AC. RGB value is (123,76,172). Sum of RGB (Red+Green+Blue) = 123+76+172=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4CAC is #84B353. Grayscale: #646464. Windows color (decimal): -8696660 or 11291771. OLE color: 11291771.
HSL color Cylindrical-coordinate representation of color #7B4CAC: hue angle of 269.38º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B4CAC is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 76 | 172 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.33 |
| HSL | 269.38º | 0.39% | 0.49% | - |
| HSV(B) | 269.38º | 0.56% | 0.67% | - |
| XYZ | 18.2 | 12.36 | 40.46 | - |
| YUV | 101 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 76 | 172 | 0.28 | 0.56 | 0 | 0.33 | 269.38 | 0.39 | 0.49 |
| Hex | 7B | 4C | AC | 1C | 38 | 0 | 21 | 10D | 27 | 31 |
| Octal | 173 | 114 | 254 | 34 | 70 | 0 | 41 | 415 | 47 | 61 |
| Binary | 1111011 | 1001100 | 10101100 | 11100 | 111000 | 0 | 100001 | 100001101 | 100111 | 110001 |
Color Harmonies of #7B4CAC
Complementary color
Monochromatic Colors of #7B4CAC
Black with #7B4CAC
Text Example
Text Example
White with #7B4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4CAC; }
p { color: rgb(123,76,172); }
H1.HeaderClassName
{
color: #7B4CAC;
}
.AnyTagClassName
{
color: #7B4CAC;
}
</style>
background-color css
<style>
a { background-color: #7B4CAC; }
a { background-color: rgb(123,76,172); }
div.DivClassName
{
background-color: #7B4CAC;
}
.BgClassName
{
background-color: #7B4CAC;
}
</style>
border-color css
<style>
span { border-color: #7B4CAC; }
span { border-color: rgb(123,76,172); }
td.TdClassName
{
border-color: #7B4CAC;
}
.TagClassName
{
border-color: #7B4CAC;
}
</style>