Shades of Studio #715196
Tints of Studio #715196
RGB
CMYK
RGB Variations
Color information
#715196 (or 0x715196) is known color: Studio. HEX triplet: 71, 51 and 96. RGB value is (113,81,150). Sum of RGB (Red+Green+Blue) = 113+81+150=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #715196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715196 is #8EAE69. Grayscale: #626262. Windows color (decimal): -9350762 or 9851249. OLE color: 9851249.
HSL color Cylindrical-coordinate representation of color #715196: hue angle of 267.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #715196 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 81 | 150 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.41 |
| HSL | 267.83º | 0.3% | 0.45% | - |
| HSV(B) | 267.83º | 0.46% | 0.59% | - |
| XYZ | 15.26 | 11.6 | 30.29 | - |
| YUV | 98.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 150 | 0.25 | 0.46 | 0 | 0.41 | 267.83 | 0.3 | 0.45 |
| Hex | 71 | 51 | 96 | 19 | 2E | 0 | 29 | 10C | 1E | 2D |
| Octal | 161 | 121 | 226 | 31 | 56 | 0 | 51 | 414 | 36 | 55 |
| Binary | 1110001 | 1010001 | 10010110 | 11001 | 101110 | 0 | 101001 | 100001100 | 11110 | 101101 |
Color Harmonies of #715196
Complementary color
Monochromatic Colors of #715196
Black with #715196
Text Example
Text Example
White with #715196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715196; }
p { color: rgb(113,81,150); }
H1.HeaderClassName
{
color: #715196;
}
.AnyTagClassName
{
color: #715196;
}
</style>
background-color css
<style>
a { background-color: #715196; }
a { background-color: rgb(113,81,150); }
div.DivClassName
{
background-color: #715196;
}
.BgClassName
{
background-color: #715196;
}
</style>
border-color css
<style>
span { border-color: #715196; }
span { border-color: rgb(113,81,150); }
td.TdClassName
{
border-color: #715196;
}
.TagClassName
{
border-color: #715196;
}
</style>