Shades of Studio #7B41AC
Tints of Studio #7B41AC
RGB
CMYK
RGB Variations
Color information
#7B41AC (or 0x7B41AC) is known color: Studio. HEX triplet: 7B, 41 and AC. RGB value is (123,65,172). Sum of RGB (Red+Green+Blue) = 123+65+172=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B41AC is #84BE53. Grayscale: #5E5E5E. Windows color (decimal): -8699476 or 11288955. OLE color: 11288955.
HSL color Cylindrical-coordinate representation of color #7B41AC: hue angle of 272.52º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B41AC is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 65 | 172 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.33 |
| HSL | 272.52º | 0.45% | 0.46% | - |
| HSV(B) | 272.52º | 0.62% | 0.67% | - |
| XYZ | 17.51 | 10.97 | 40.22 | - |
| YUV | 94.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 172 | 0.28 | 0.62 | 0 | 0.33 | 272.52 | 0.45 | 0.46 |
| Hex | 7B | 41 | AC | 1C | 3E | 0 | 21 | 111 | 2D | 2E |
| Octal | 173 | 101 | 254 | 34 | 76 | 0 | 41 | 421 | 55 | 56 |
| Binary | 1111011 | 1000001 | 10101100 | 11100 | 111110 | 0 | 100001 | 100010001 | 101101 | 101110 |
Color Harmonies of #7B41AC
Complementary color
Monochromatic Colors of #7B41AC
Black with #7B41AC
Text Example
Text Example
White with #7B41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B41AC; }
p { color: rgb(123,65,172); }
H1.HeaderClassName
{
color: #7B41AC;
}
.AnyTagClassName
{
color: #7B41AC;
}
</style>
background-color css
<style>
a { background-color: #7B41AC; }
a { background-color: rgb(123,65,172); }
div.DivClassName
{
background-color: #7B41AC;
}
.BgClassName
{
background-color: #7B41AC;
}
</style>
border-color css
<style>
span { border-color: #7B41AC; }
span { border-color: rgb(123,65,172); }
td.TdClassName
{
border-color: #7B41AC;
}
.TagClassName
{
border-color: #7B41AC;
}
</style>