Shades of Studio #715699
Tints of Studio #715699
RGB
CMYK
RGB Variations
Color information
#715699 (or 0x715699) is known color: Studio. HEX triplet: 71, 56 and 99. RGB value is (113,86,153). Sum of RGB (Red+Green+Blue) = 113+86+153=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #715699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715699 is #8EA966. Grayscale: #656565. Windows color (decimal): -9349479 or 10049137. OLE color: 10049137.
HSL color Cylindrical-coordinate representation of color #715699: hue angle of 264.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715699 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 86 | 153 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.4 |
| HSL | 264.18º | 0.28% | 0.47% | - |
| HSV(B) | 264.18º | 0.44% | 0.6% | - |
| XYZ | 15.89 | 12.47 | 31.71 | - |
| YUV | 101.71 | 156.95 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 153 | 0.26 | 0.44 | 0 | 0.4 | 264.18 | 0.28 | 0.47 |
| Hex | 71 | 56 | 99 | 1A | 2C | 0 | 28 | 108 | 1C | 2F |
| Octal | 161 | 126 | 231 | 32 | 54 | 0 | 50 | 410 | 34 | 57 |
| Binary | 1110001 | 1010110 | 10011001 | 11010 | 101100 | 0 | 101000 | 100001000 | 11100 | 101111 |
Color Harmonies of #715699
Complementary color
Monochromatic Colors of #715699
Black with #715699
Text Example
Text Example
White with #715699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715699; }
p { color: rgb(113,86,153); }
H1.HeaderClassName
{
color: #715699;
}
.AnyTagClassName
{
color: #715699;
}
</style>
background-color css
<style>
a { background-color: #715699; }
a { background-color: rgb(113,86,153); }
div.DivClassName
{
background-color: #715699;
}
.BgClassName
{
background-color: #715699;
}
</style>
border-color css
<style>
span { border-color: #715699; }
span { border-color: rgb(113,86,153); }
td.TdClassName
{
border-color: #715699;
}
.TagClassName
{
border-color: #715699;
}
</style>