Shades of Studio #714F91
Tints of Studio #714F91
RGB
CMYK
RGB Variations
Color information
#714F91 (or 0x714F91) is known color: Studio. HEX triplet: 71, 4F and 91. RGB value is (113,79,145). Sum of RGB (Red+Green+Blue) = 113+79+145=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #714F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714F91 is #8EB06E. Grayscale: #606060. Windows color (decimal): -9351279 or 9523057. OLE color: 9523057.
HSL color Cylindrical-coordinate representation of color #714F91: hue angle of 270.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #714F91 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 79 | 145 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.43 |
| HSL | 270.91º | 0.29% | 0.44% | - |
| HSV(B) | 270.91º | 0.46% | 0.57% | - |
| XYZ | 14.72 | 11.15 | 28.16 | - |
| YUV | 96.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 145 | 0.22 | 0.46 | 0 | 0.43 | 270.91 | 0.29 | 0.44 |
| Hex | 71 | 4F | 91 | 16 | 2E | 0 | 2B | 10F | 1D | 2C |
| Octal | 161 | 117 | 221 | 26 | 56 | 0 | 53 | 417 | 35 | 54 |
| Binary | 1110001 | 1001111 | 10010001 | 10110 | 101110 | 0 | 101011 | 100001111 | 11101 | 101100 |
Color Harmonies of #714F91
Complementary color
Monochromatic Colors of #714F91
Black with #714F91
Text Example
Text Example
White with #714F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F91; }
p { color: rgb(113,79,145); }
H1.HeaderClassName
{
color: #714F91;
}
.AnyTagClassName
{
color: #714F91;
}
</style>
background-color css
<style>
a { background-color: #714F91; }
a { background-color: rgb(113,79,145); }
div.DivClassName
{
background-color: #714F91;
}
.BgClassName
{
background-color: #714F91;
}
</style>
border-color css
<style>
span { border-color: #714F91; }
span { border-color: rgb(113,79,145); }
td.TdClassName
{
border-color: #714F91;
}
.TagClassName
{
border-color: #714F91;
}
</style>