Shades of Studio #7151AB
Tints of Studio #7151AB
RGB
CMYK
RGB Variations
Color information
#7151AB (or 0x7151AB) is known color: Studio. HEX triplet: 71, 51 and AB. RGB value is (113,81,171). Sum of RGB (Red+Green+Blue) = 113+81+171=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #7151AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7151AB is #8EAE54. Grayscale: #646464. Windows color (decimal): -9350741 or 11227505. OLE color: 11227505.
HSL color Cylindrical-coordinate representation of color #7151AB: hue angle of 261.33º 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 #7151AB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 81 | 171 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.33 |
| HSL | 261.33º | 0.36% | 0.49% | - |
| HSV(B) | 261.33º | 0.53% | 0.67% | - |
| XYZ | 17.1 | 12.34 | 40.01 | - |
| YUV | 100.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 171 | 0.34 | 0.53 | 0 | 0.33 | 261.33 | 0.36 | 0.49 |
| Hex | 71 | 51 | AB | 22 | 35 | 0 | 21 | 105 | 24 | 31 |
| Octal | 161 | 121 | 253 | 42 | 65 | 0 | 41 | 405 | 44 | 61 |
| Binary | 1110001 | 1010001 | 10101011 | 100010 | 110101 | 0 | 100001 | 100000101 | 100100 | 110001 |
Color Harmonies of #7151AB
Complementary color
Monochromatic Colors of #7151AB
Black with #7151AB
Text Example
Text Example
White with #7151AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151AB; }
p { color: rgb(113,81,171); }
H1.HeaderClassName
{
color: #7151AB;
}
.AnyTagClassName
{
color: #7151AB;
}
</style>
background-color css
<style>
a { background-color: #7151AB; }
a { background-color: rgb(113,81,171); }
div.DivClassName
{
background-color: #7151AB;
}
.BgClassName
{
background-color: #7151AB;
}
</style>
border-color css
<style>
span { border-color: #7151AB; }
span { border-color: rgb(113,81,171); }
td.TdClassName
{
border-color: #7151AB;
}
.TagClassName
{
border-color: #7151AB;
}
</style>