Shades of Studio #7150AB
Tints of Studio #7150AB
RGB
CMYK
RGB Variations
Color information
#7150AB (or 0x7150AB) is known color: Studio. HEX triplet: 71, 50 and AB. RGB value is (113,80,171). Sum of RGB (Red+Green+Blue) = 113+80+171=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #7150AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7150AB is #8EAF54. Grayscale: #636363. Windows color (decimal): -9350997 or 11227249. OLE color: 11227249.
HSL color Cylindrical-coordinate representation of color #7150AB: hue angle of 261.76º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7150AB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 80 | 171 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.33 |
| HSL | 261.76º | 0.36% | 0.49% | - |
| HSV(B) | 261.76º | 0.53% | 0.67% | - |
| XYZ | 17.03 | 12.19 | 39.98 | - |
| YUV | 100.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 171 | 0.34 | 0.53 | 0 | 0.33 | 261.76 | 0.36 | 0.49 |
| Hex | 71 | 50 | AB | 22 | 35 | 0 | 21 | 106 | 24 | 31 |
| Octal | 161 | 120 | 253 | 42 | 65 | 0 | 41 | 406 | 44 | 61 |
| Binary | 1110001 | 1010000 | 10101011 | 100010 | 110101 | 0 | 100001 | 100000110 | 100100 | 110001 |
Color Harmonies of #7150AB
Complementary color
Monochromatic Colors of #7150AB
Black with #7150AB
Text Example
Text Example
White with #7150AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150AB; }
p { color: rgb(113,80,171); }
H1.HeaderClassName
{
color: #7150AB;
}
.AnyTagClassName
{
color: #7150AB;
}
</style>
background-color css
<style>
a { background-color: #7150AB; }
a { background-color: rgb(113,80,171); }
div.DivClassName
{
background-color: #7150AB;
}
.BgClassName
{
background-color: #7150AB;
}
</style>
border-color css
<style>
span { border-color: #7150AB; }
span { border-color: rgb(113,80,171); }
td.TdClassName
{
border-color: #7150AB;
}
.TagClassName
{
border-color: #7150AB;
}
</style>