Shades of Studio #714899
Tints of Studio #714899
RGB
CMYK
RGB Variations
Color information
#714899 (or 0x714899) is known color: Studio. HEX triplet: 71, 48 and 99. RGB value is (113,72,153). Sum of RGB (Red+Green+Blue) = 113+72+153=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #714899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714899 is #8EB766. Grayscale: #5D5D5D. Windows color (decimal): -9353063 or 10045553. OLE color: 10045553.
HSL color Cylindrical-coordinate representation of color #714899: hue angle of 270.37º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714899 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 72 | 153 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.4 |
| HSL | 270.37º | 0.36% | 0.44% | - |
| HSV(B) | 270.37º | 0.53% | 0.6% | - |
| XYZ | 14.88 | 10.45 | 31.37 | - |
| YUV | 93.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 153 | 0.26 | 0.53 | 0 | 0.4 | 270.37 | 0.36 | 0.44 |
| Hex | 71 | 48 | 99 | 1A | 35 | 0 | 28 | 10E | 24 | 2C |
| Octal | 161 | 110 | 231 | 32 | 65 | 0 | 50 | 416 | 44 | 54 |
| Binary | 1110001 | 1001000 | 10011001 | 11010 | 110101 | 0 | 101000 | 100001110 | 100100 | 101100 |
Color Harmonies of #714899
Complementary color
Monochromatic Colors of #714899
Black with #714899
Text Example
Text Example
White with #714899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714899; }
p { color: rgb(113,72,153); }
H1.HeaderClassName
{
color: #714899;
}
.AnyTagClassName
{
color: #714899;
}
</style>
background-color css
<style>
a { background-color: #714899; }
a { background-color: rgb(113,72,153); }
div.DivClassName
{
background-color: #714899;
}
.BgClassName
{
background-color: #714899;
}
</style>
border-color css
<style>
span { border-color: #714899; }
span { border-color: rgb(113,72,153); }
td.TdClassName
{
border-color: #714899;
}
.TagClassName
{
border-color: #714899;
}
</style>