Shades of Studio #715191
Tints of Studio #715191
RGB
CMYK
RGB Variations
Color information
#715191 (or 0x715191) is known color: Studio. HEX triplet: 71, 51 and 91. RGB value is (113,81,145). Sum of RGB (Red+Green+Blue) = 113+81+145=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #715191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715191 is #8EAE6E. Grayscale: #616161. Windows color (decimal): -9350767 or 9523569. OLE color: 9523569.
HSL color Cylindrical-coordinate representation of color #715191: hue angle of 270º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715191 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 81 | 145 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.43 |
| HSL | 270º | 0.28% | 0.44% | - |
| HSV(B) | 270º | 0.44% | 0.57% | - |
| XYZ | 14.86 | 11.44 | 28.21 | - |
| YUV | 97.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 145 | 0.22 | 0.44 | 0 | 0.43 | 270 | 0.28 | 0.44 |
| Hex | 71 | 51 | 91 | 16 | 2C | 0 | 2B | 10E | 1C | 2C |
| Octal | 161 | 121 | 221 | 26 | 54 | 0 | 53 | 416 | 34 | 54 |
| Binary | 1110001 | 1010001 | 10010001 | 10110 | 101100 | 0 | 101011 | 100001110 | 11100 | 101100 |
Color Harmonies of #715191
Complementary color
Monochromatic Colors of #715191
Black with #715191
Text Example
Text Example
White with #715191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715191; }
p { color: rgb(113,81,145); }
H1.HeaderClassName
{
color: #715191;
}
.AnyTagClassName
{
color: #715191;
}
</style>
background-color css
<style>
a { background-color: #715191; }
a { background-color: rgb(113,81,145); }
div.DivClassName
{
background-color: #715191;
}
.BgClassName
{
background-color: #715191;
}
</style>
border-color css
<style>
span { border-color: #715191; }
span { border-color: rgb(113,81,145); }
td.TdClassName
{
border-color: #715191;
}
.TagClassName
{
border-color: #715191;
}
</style>