Shades of Studio #714993
Tints of Studio #714993
RGB
CMYK
RGB Variations
Color information
#714993 (or 0x714993) is known color: Studio. HEX triplet: 71, 49 and 93. RGB value is (113,73,147). Sum of RGB (Red+Green+Blue) = 113+73+147=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #714993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714993 is #8EB66C. Grayscale: #5D5D5D. Windows color (decimal): -9352813 or 9652593. OLE color: 9652593.
HSL color Cylindrical-coordinate representation of color #714993: hue angle of 272.43º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714993 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 73 | 147 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.42 |
| HSL | 272.43º | 0.34% | 0.43% | - |
| HSV(B) | 272.43º | 0.5% | 0.58% | - |
| XYZ | 14.46 | 10.38 | 28.85 | - |
| YUV | 93.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 147 | 0.23 | 0.50 | 0 | 0.42 | 272.43 | 0.34 | 0.43 |
| Hex | 71 | 49 | 93 | 17 | 32 | 0 | 2A | 110 | 22 | 2B |
| Octal | 161 | 111 | 223 | 27 | 62 | 0 | 52 | 420 | 42 | 53 |
| Binary | 1110001 | 1001001 | 10010011 | 10111 | 110010 | 0 | 101010 | 100010000 | 100010 | 101011 |
Color Harmonies of #714993
Complementary color
Monochromatic Colors of #714993
Black with #714993
Text Example
Text Example
White with #714993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714993; }
p { color: rgb(113,73,147); }
H1.HeaderClassName
{
color: #714993;
}
.AnyTagClassName
{
color: #714993;
}
</style>
background-color css
<style>
a { background-color: #714993; }
a { background-color: rgb(113,73,147); }
div.DivClassName
{
background-color: #714993;
}
.BgClassName
{
background-color: #714993;
}
</style>
border-color css
<style>
span { border-color: #714993; }
span { border-color: rgb(113,73,147); }
td.TdClassName
{
border-color: #714993;
}
.TagClassName
{
border-color: #714993;
}
</style>