Shades of Studio #714B93
Tints of Studio #714B93
RGB
CMYK
RGB Variations
Color information
#714B93 (or 0x714B93) is known color: Studio. HEX triplet: 71, 4B and 93. RGB value is (113,75,147). Sum of RGB (Red+Green+Blue) = 113+75+147=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #714B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714B93 is #8EB46C. Grayscale: #5E5E5E. Windows color (decimal): -9352301 or 9653105. OLE color: 9653105.
HSL color Cylindrical-coordinate representation of color #714B93: hue angle of 271.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #714B93 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 75 | 147 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.42 |
| HSL | 271.67º | 0.32% | 0.44% | - |
| HSV(B) | 271.67º | 0.49% | 0.58% | - |
| XYZ | 14.59 | 10.65 | 28.89 | - |
| YUV | 94.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 147 | 0.23 | 0.49 | 0 | 0.42 | 271.67 | 0.32 | 0.44 |
| Hex | 71 | 4B | 93 | 17 | 31 | 0 | 2A | 110 | 20 | 2C |
| Octal | 161 | 113 | 223 | 27 | 61 | 0 | 52 | 420 | 40 | 54 |
| Binary | 1110001 | 1001011 | 10010011 | 10111 | 110001 | 0 | 101010 | 100010000 | 100000 | 101100 |
Color Harmonies of #714B93
Complementary color
Monochromatic Colors of #714B93
Black with #714B93
Text Example
Text Example
White with #714B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B93; }
p { color: rgb(113,75,147); }
H1.HeaderClassName
{
color: #714B93;
}
.AnyTagClassName
{
color: #714B93;
}
</style>
background-color css
<style>
a { background-color: #714B93; }
a { background-color: rgb(113,75,147); }
div.DivClassName
{
background-color: #714B93;
}
.BgClassName
{
background-color: #714B93;
}
</style>
border-color css
<style>
span { border-color: #714B93; }
span { border-color: rgb(113,75,147); }
td.TdClassName
{
border-color: #714B93;
}
.TagClassName
{
border-color: #714B93;
}
</style>