Shades of Studio #7B42AE
Tints of Studio #7B42AE
RGB
CMYK
RGB Variations
Color information
#7B42AE (or 0x7B42AE) is known color: Studio. HEX triplet: 7B, 42 and AE. RGB value is (123,66,174). Sum of RGB (Red+Green+Blue) = 123+66+174=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B42AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B42AE is #84BD51. Grayscale: #5E5E5E. Windows color (decimal): -8699218 or 11420283. OLE color: 11420283.
HSL color Cylindrical-coordinate representation of color #7B42AE: hue angle of 271.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B42AE is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 66 | 174 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.32 |
| HSL | 271.67º | 0.45% | 0.47% | - |
| HSV(B) | 271.67º | 0.62% | 0.68% | - |
| XYZ | 17.76 | 11.16 | 41.26 | - |
| YUV | 95.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 174 | 0.29 | 0.62 | 0 | 0.32 | 271.67 | 0.45 | 0.47 |
| Hex | 7B | 42 | AE | 1D | 3E | 0 | 20 | 110 | 2D | 2F |
| Octal | 173 | 102 | 256 | 35 | 76 | 0 | 40 | 420 | 55 | 57 |
| Binary | 1111011 | 1000010 | 10101110 | 11101 | 111110 | 0 | 100000 | 100010000 | 101101 | 101111 |
Color Harmonies of #7B42AE
Complementary color
Monochromatic Colors of #7B42AE
Black with #7B42AE
Text Example
Text Example
White with #7B42AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B42AE; }
p { color: rgb(123,66,174); }
H1.HeaderClassName
{
color: #7B42AE;
}
.AnyTagClassName
{
color: #7B42AE;
}
</style>
background-color css
<style>
a { background-color: #7B42AE; }
a { background-color: rgb(123,66,174); }
div.DivClassName
{
background-color: #7B42AE;
}
.BgClassName
{
background-color: #7B42AE;
}
</style>
border-color css
<style>
span { border-color: #7B42AE; }
span { border-color: rgb(123,66,174); }
td.TdClassName
{
border-color: #7B42AE;
}
.TagClassName
{
border-color: #7B42AE;
}
</style>