Shades of Studio #715197
Tints of Studio #715197
RGB
CMYK
RGB Variations
Color information
#715197 (or 0x715197) is known color: Studio. HEX triplet: 71, 51 and 97. RGB value is (113,81,151). Sum of RGB (Red+Green+Blue) = 113+81+151=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #715197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715197 is #8EAE68. Grayscale: #626262. Windows color (decimal): -9350761 or 9916785. OLE color: 9916785.
HSL color Cylindrical-coordinate representation of color #715197: hue angle of 267.43º 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 #715197 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 81 | 151 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.41 |
| HSL | 267.43º | 0.3% | 0.45% | - |
| HSV(B) | 267.43º | 0.46% | 0.59% | - |
| XYZ | 15.34 | 11.63 | 30.71 | - |
| YUV | 98.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 151 | 0.25 | 0.46 | 0 | 0.41 | 267.43 | 0.3 | 0.45 |
| Hex | 71 | 51 | 97 | 19 | 2E | 0 | 29 | 10B | 1E | 2D |
| Octal | 161 | 121 | 227 | 31 | 56 | 0 | 51 | 413 | 36 | 55 |
| Binary | 1110001 | 1010001 | 10010111 | 11001 | 101110 | 0 | 101001 | 100001011 | 11110 | 101101 |
Color Harmonies of #715197
Complementary color
Monochromatic Colors of #715197
Black with #715197
Text Example
Text Example
White with #715197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715197; }
p { color: rgb(113,81,151); }
H1.HeaderClassName
{
color: #715197;
}
.AnyTagClassName
{
color: #715197;
}
</style>
background-color css
<style>
a { background-color: #715197; }
a { background-color: rgb(113,81,151); }
div.DivClassName
{
background-color: #715197;
}
.BgClassName
{
background-color: #715197;
}
</style>
border-color css
<style>
span { border-color: #715197; }
span { border-color: rgb(113,81,151); }
td.TdClassName
{
border-color: #715197;
}
.TagClassName
{
border-color: #715197;
}
</style>