Shades of Studio #714A95
Tints of Studio #714A95
RGB
CMYK
RGB Variations
Color information
#714A95 (or 0x714A95) is known color: Studio. HEX triplet: 71, 4A and 95. RGB value is (113,74,149). Sum of RGB (Red+Green+Blue) = 113+74+149=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #714A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714A95 is #8EB56A. Grayscale: #5D5D5D. Windows color (decimal): -9352555 or 9783921. OLE color: 9783921.
HSL color Cylindrical-coordinate representation of color #714A95: hue angle of 271.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714A95 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 74 | 149 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.42 |
| HSL | 271.2º | 0.34% | 0.44% | - |
| HSV(B) | 271.2º | 0.5% | 0.58% | - |
| XYZ | 14.68 | 10.58 | 29.7 | - |
| YUV | 94.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 149 | 0.24 | 0.50 | 0 | 0.42 | 271.2 | 0.34 | 0.44 |
| Hex | 71 | 4A | 95 | 18 | 32 | 0 | 2A | 10F | 22 | 2C |
| Octal | 161 | 112 | 225 | 30 | 62 | 0 | 52 | 417 | 42 | 54 |
| Binary | 1110001 | 1001010 | 10010101 | 11000 | 110010 | 0 | 101010 | 100001111 | 100010 | 101100 |
Color Harmonies of #714A95
Complementary color
Monochromatic Colors of #714A95
Black with #714A95
Text Example
Text Example
White with #714A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A95; }
p { color: rgb(113,74,149); }
H1.HeaderClassName
{
color: #714A95;
}
.AnyTagClassName
{
color: #714A95;
}
</style>
background-color css
<style>
a { background-color: #714A95; }
a { background-color: rgb(113,74,149); }
div.DivClassName
{
background-color: #714A95;
}
.BgClassName
{
background-color: #714A95;
}
</style>
border-color css
<style>
span { border-color: #714A95; }
span { border-color: rgb(113,74,149); }
td.TdClassName
{
border-color: #714A95;
}
.TagClassName
{
border-color: #714A95;
}
</style>