Shades of Studio #7B41AA
Tints of Studio #7B41AA
RGB
CMYK
RGB Variations
Color information
#7B41AA (or 0x7B41AA) is known color: Studio. HEX triplet: 7B, 41 and AA. RGB value is (123,65,170). Sum of RGB (Red+Green+Blue) = 123+65+170=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B41AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B41AA is #84BE55. Grayscale: #5D5D5D. Windows color (decimal): -8699478 or 11157883. OLE color: 11157883.
HSL color Cylindrical-coordinate representation of color #7B41AA: hue angle of 273.14º 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 #7B41AA is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 65 | 170 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.33 |
| HSL | 273.14º | 0.45% | 0.46% | - |
| HSV(B) | 273.14º | 0.62% | 0.67% | - |
| XYZ | 17.31 | 10.89 | 39.22 | - |
| YUV | 94.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 170 | 0.28 | 0.62 | 0 | 0.33 | 273.14 | 0.45 | 0.46 |
| Hex | 7B | 41 | AA | 1C | 3E | 0 | 21 | 111 | 2D | 2E |
| Octal | 173 | 101 | 252 | 34 | 76 | 0 | 41 | 421 | 55 | 56 |
| Binary | 1111011 | 1000001 | 10101010 | 11100 | 111110 | 0 | 100001 | 100010001 | 101101 | 101110 |
Color Harmonies of #7B41AA
Complementary color
Monochromatic Colors of #7B41AA
Black with #7B41AA
Text Example
Text Example
White with #7B41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B41AA; }
p { color: rgb(123,65,170); }
H1.HeaderClassName
{
color: #7B41AA;
}
.AnyTagClassName
{
color: #7B41AA;
}
</style>
background-color css
<style>
a { background-color: #7B41AA; }
a { background-color: rgb(123,65,170); }
div.DivClassName
{
background-color: #7B41AA;
}
.BgClassName
{
background-color: #7B41AA;
}
</style>
border-color css
<style>
span { border-color: #7B41AA; }
span { border-color: rgb(123,65,170); }
td.TdClassName
{
border-color: #7B41AA;
}
.TagClassName
{
border-color: #7B41AA;
}
</style>