Shades of Studio #714B92
Tints of Studio #714B92
RGB
CMYK
RGB Variations
Color information
#714B92 (or 0x714B92) is known color: Studio. HEX triplet: 71, 4B and 92. RGB value is (113,75,146). Sum of RGB (Red+Green+Blue) = 113+75+146=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #714B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714B92 is #8EB46D. Grayscale: #5E5E5E. Windows color (decimal): -9352302 or 9587569. OLE color: 9587569.
HSL color Cylindrical-coordinate representation of color #714B92: hue angle of 272.11º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #714B92 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 75 | 146 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.43 |
| HSL | 272.11º | 0.32% | 0.43% | - |
| HSV(B) | 272.11º | 0.49% | 0.57% | - |
| XYZ | 14.51 | 10.62 | 28.48 | - |
| YUV | 94.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 146 | 0.23 | 0.49 | 0 | 0.43 | 272.11 | 0.32 | 0.43 |
| Hex | 71 | 4B | 92 | 17 | 31 | 0 | 2B | 110 | 20 | 2B |
| Octal | 161 | 113 | 222 | 27 | 61 | 0 | 53 | 420 | 40 | 53 |
| Binary | 1110001 | 1001011 | 10010010 | 10111 | 110001 | 0 | 101011 | 100010000 | 100000 | 101011 |
Color Harmonies of #714B92
Complementary color
Monochromatic Colors of #714B92
Black with #714B92
Text Example
Text Example
White with #714B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714B92; }
p { color: rgb(113,75,146); }
H1.HeaderClassName
{
color: #714B92;
}
.AnyTagClassName
{
color: #714B92;
}
</style>
background-color css
<style>
a { background-color: #714B92; }
a { background-color: rgb(113,75,146); }
div.DivClassName
{
background-color: #714B92;
}
.BgClassName
{
background-color: #714B92;
}
</style>
border-color css
<style>
span { border-color: #714B92; }
span { border-color: rgb(113,75,146); }
td.TdClassName
{
border-color: #714B92;
}
.TagClassName
{
border-color: #714B92;
}
</style>