Shades of Studio #714E9D
Tints of Studio #714E9D
RGB
CMYK
RGB Variations
Color information
#714E9D (or 0x714E9D) is known color: Studio. HEX triplet: 71, 4E and 9D. RGB value is (113,78,157). Sum of RGB (Red+Green+Blue) = 113+78+157=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #714E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714E9D is #8EB162. Grayscale: #616161. Windows color (decimal): -9351523 or 10309233. OLE color: 10309233.
HSL color Cylindrical-coordinate representation of color #714E9D: hue angle of 266.58º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714E9D is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 78 | 157 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.38 |
| HSL | 266.58º | 0.34% | 0.46% | - |
| HSV(B) | 266.58º | 0.5% | 0.62% | - |
| XYZ | 15.62 | 11.39 | 33.27 | - |
| YUV | 97.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 157 | 0.28 | 0.50 | 0 | 0.38 | 266.58 | 0.34 | 0.46 |
| Hex | 71 | 4E | 9D | 1C | 32 | 0 | 26 | 10B | 22 | 2E |
| Octal | 161 | 116 | 235 | 34 | 62 | 0 | 46 | 413 | 42 | 56 |
| Binary | 1110001 | 1001110 | 10011101 | 11100 | 110010 | 0 | 100110 | 100001011 | 100010 | 101110 |
Color Harmonies of #714E9D
Complementary color
Monochromatic Colors of #714E9D
Black with #714E9D
Text Example
Text Example
White with #714E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E9D; }
p { color: rgb(113,78,157); }
H1.HeaderClassName
{
color: #714E9D;
}
.AnyTagClassName
{
color: #714E9D;
}
</style>
background-color css
<style>
a { background-color: #714E9D; }
a { background-color: rgb(113,78,157); }
div.DivClassName
{
background-color: #714E9D;
}
.BgClassName
{
background-color: #714E9D;
}
</style>
border-color css
<style>
span { border-color: #714E9D; }
span { border-color: rgb(113,78,157); }
td.TdClassName
{
border-color: #714E9D;
}
.TagClassName
{
border-color: #714E9D;
}
</style>