Shades of Studio #714B99
Tints of Studio #714B99
RGB
CMYK
RGB Variations
Color information
#714B99 (or 0x714B99) is known color: Studio. HEX triplet: 71, 4B and 99. RGB value is (113,75,153). Sum of RGB (Red+Green+Blue) = 113+75+153=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #714B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714B99 is #8EB466. Grayscale: #5E5E5E. Windows color (decimal): -9352295 or 10046321. OLE color: 10046321.
HSL color Cylindrical-coordinate representation of color #714B99: hue angle of 269.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714B99 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 75 | 153 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.4 |
| HSL | 269.23º | 0.34% | 0.45% | - |
| HSV(B) | 269.23º | 0.51% | 0.6% | - |
| XYZ | 15.08 | 10.84 | 31.44 | - |
| YUV | 95.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 153 | 0.26 | 0.51 | 0 | 0.4 | 269.23 | 0.34 | 0.45 |
| Hex | 71 | 4B | 99 | 1A | 33 | 0 | 28 | 10D | 22 | 2D |
| Octal | 161 | 113 | 231 | 32 | 63 | 0 | 50 | 415 | 42 | 55 |
| Binary | 1110001 | 1001011 | 10011001 | 11010 | 110011 | 0 | 101000 | 100001101 | 100010 | 101101 |
Color Harmonies of #714B99
Complementary color
Monochromatic Colors of #714B99
Black with #714B99
Text Example
Text Example
White with #714B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B99; }
p { color: rgb(113,75,153); }
H1.HeaderClassName
{
color: #714B99;
}
.AnyTagClassName
{
color: #714B99;
}
</style>
background-color css
<style>
a { background-color: #714B99; }
a { background-color: rgb(113,75,153); }
div.DivClassName
{
background-color: #714B99;
}
.BgClassName
{
background-color: #714B99;
}
</style>
border-color css
<style>
span { border-color: #714B99; }
span { border-color: rgb(113,75,153); }
td.TdClassName
{
border-color: #714B99;
}
.TagClassName
{
border-color: #714B99;
}
</style>