Shades of Studio #714994
Tints of Studio #714994
RGB
CMYK
RGB Variations
Color information
#714994 (or 0x714994) is known color: Studio. HEX triplet: 71, 49 and 94. RGB value is (113,73,148). Sum of RGB (Red+Green+Blue) = 113+73+148=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #714994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714994 is #8EB66B. Grayscale: #5D5D5D. Windows color (decimal): -9352812 or 9718129. OLE color: 9718129.
HSL color Cylindrical-coordinate representation of color #714994: hue angle of 272º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714994 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 73 | 148 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.42 |
| HSL | 272º | 0.34% | 0.43% | - |
| HSV(B) | 272º | 0.51% | 0.58% | - |
| XYZ | 14.54 | 10.41 | 29.26 | - |
| YUV | 93.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 148 | 0.24 | 0.51 | 0 | 0.42 | 272 | 0.34 | 0.43 |
| Hex | 71 | 49 | 94 | 18 | 33 | 0 | 2A | 110 | 22 | 2B |
| Octal | 161 | 111 | 224 | 30 | 63 | 0 | 52 | 420 | 42 | 53 |
| Binary | 1110001 | 1001001 | 10010100 | 11000 | 110011 | 0 | 101010 | 100010000 | 100010 | 101011 |
Color Harmonies of #714994
Complementary color
Monochromatic Colors of #714994
Black with #714994
Text Example
Text Example
White with #714994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714994; }
p { color: rgb(113,73,148); }
H1.HeaderClassName
{
color: #714994;
}
.AnyTagClassName
{
color: #714994;
}
</style>
background-color css
<style>
a { background-color: #714994; }
a { background-color: rgb(113,73,148); }
div.DivClassName
{
background-color: #714994;
}
.BgClassName
{
background-color: #714994;
}
</style>
border-color css
<style>
span { border-color: #714994; }
span { border-color: rgb(113,73,148); }
td.TdClassName
{
border-color: #714994;
}
.TagClassName
{
border-color: #714994;
}
</style>