Shades of Studio #714F99
Tints of Studio #714F99
RGB
CMYK
RGB Variations
Color information
#714F99 (or 0x714F99) is known color: Studio. HEX triplet: 71, 4F and 99. RGB value is (113,79,153). Sum of RGB (Red+Green+Blue) = 113+79+153=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #714F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714F99 is #8EB066. Grayscale: #616161. Windows color (decimal): -9351271 or 10047345. OLE color: 10047345.
HSL color Cylindrical-coordinate representation of color #714F99: hue angle of 267.57º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #714F99 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 79 | 153 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.4 |
| HSL | 267.57º | 0.32% | 0.45% | - |
| HSV(B) | 267.57º | 0.48% | 0.6% | - |
| XYZ | 15.36 | 11.4 | 31.53 | - |
| YUV | 97.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 153 | 0.26 | 0.48 | 0 | 0.4 | 267.57 | 0.32 | 0.45 |
| Hex | 71 | 4F | 99 | 1A | 30 | 0 | 28 | 10C | 20 | 2D |
| Octal | 161 | 117 | 231 | 32 | 60 | 0 | 50 | 414 | 40 | 55 |
| Binary | 1110001 | 1001111 | 10011001 | 11010 | 110000 | 0 | 101000 | 100001100 | 100000 | 101101 |
Color Harmonies of #714F99
Complementary color
Monochromatic Colors of #714F99
Black with #714F99
Text Example
Text Example
White with #714F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F99; }
p { color: rgb(113,79,153); }
H1.HeaderClassName
{
color: #714F99;
}
.AnyTagClassName
{
color: #714F99;
}
</style>
background-color css
<style>
a { background-color: #714F99; }
a { background-color: rgb(113,79,153); }
div.DivClassName
{
background-color: #714F99;
}
.BgClassName
{
background-color: #714F99;
}
</style>
border-color css
<style>
span { border-color: #714F99; }
span { border-color: rgb(113,79,153); }
td.TdClassName
{
border-color: #714F99;
}
.TagClassName
{
border-color: #714F99;
}
</style>