Shades of Studio #7151A6
Tints of Studio #7151A6
RGB
CMYK
RGB Variations
Color information
#7151A6 (or 0x7151A6) is known color: Studio. HEX triplet: 71, 51 and A6. RGB value is (113,81,166). Sum of RGB (Red+Green+Blue) = 113+81+166=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #7151A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7151A6 is #8EAE59. Grayscale: #636363. Windows color (decimal): -9350746 or 10899825. OLE color: 10899825.
HSL color Cylindrical-coordinate representation of color #7151A6: hue angle of 262.59º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7151A6 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 81 | 166 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.35 |
| HSL | 262.59º | 0.34% | 0.48% | - |
| HSV(B) | 262.59º | 0.51% | 0.65% | - |
| XYZ | 16.64 | 12.15 | 37.54 | - |
| YUV | 100.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 166 | 0.32 | 0.51 | 0 | 0.35 | 262.59 | 0.34 | 0.48 |
| Hex | 71 | 51 | A6 | 20 | 33 | 0 | 23 | 107 | 22 | 30 |
| Octal | 161 | 121 | 246 | 40 | 63 | 0 | 43 | 407 | 42 | 60 |
| Binary | 1110001 | 1010001 | 10100110 | 100000 | 110011 | 0 | 100011 | 100000111 | 100010 | 110000 |
Color Harmonies of #7151A6
Complementary color
Monochromatic Colors of #7151A6
Black with #7151A6
Text Example
Text Example
White with #7151A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151A6; }
p { color: rgb(113,81,166); }
H1.HeaderClassName
{
color: #7151A6;
}
.AnyTagClassName
{
color: #7151A6;
}
</style>
background-color css
<style>
a { background-color: #7151A6; }
a { background-color: rgb(113,81,166); }
div.DivClassName
{
background-color: #7151A6;
}
.BgClassName
{
background-color: #7151A6;
}
</style>
border-color css
<style>
span { border-color: #7151A6; }
span { border-color: rgb(113,81,166); }
td.TdClassName
{
border-color: #7151A6;
}
.TagClassName
{
border-color: #7151A6;
}
</style>