Shades of Studio #714C9B
Tints of Studio #714C9B
RGB
CMYK
RGB Variations
Color information
#714C9B (or 0x714C9B) is known color: Studio. HEX triplet: 71, 4C and 9B. RGB value is (113,76,155). Sum of RGB (Red+Green+Blue) = 113+76+155=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #714C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714C9B is #8EB364. Grayscale: #5F5F5F. Windows color (decimal): -9352037 or 10177649. OLE color: 10177649.
HSL color Cylindrical-coordinate representation of color #714C9B: hue angle of 268.1º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714C9B is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 76 | 155 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.39 |
| HSL | 268.1º | 0.34% | 0.45% | - |
| HSV(B) | 268.1º | 0.51% | 0.61% | - |
| XYZ | 15.31 | 11.05 | 32.34 | - |
| YUV | 96.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 155 | 0.27 | 0.51 | 0 | 0.39 | 268.1 | 0.34 | 0.45 |
| Hex | 71 | 4C | 9B | 1B | 33 | 0 | 27 | 10C | 22 | 2D |
| Octal | 161 | 114 | 233 | 33 | 63 | 0 | 47 | 414 | 42 | 55 |
| Binary | 1110001 | 1001100 | 10011011 | 11011 | 110011 | 0 | 100111 | 100001100 | 100010 | 101101 |
Color Harmonies of #714C9B
Complementary color
Monochromatic Colors of #714C9B
Black with #714C9B
Text Example
Text Example
White with #714C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C9B; }
p { color: rgb(113,76,155); }
H1.HeaderClassName
{
color: #714C9B;
}
.AnyTagClassName
{
color: #714C9B;
}
</style>
background-color css
<style>
a { background-color: #714C9B; }
a { background-color: rgb(113,76,155); }
div.DivClassName
{
background-color: #714C9B;
}
.BgClassName
{
background-color: #714C9B;
}
</style>
border-color css
<style>
span { border-color: #714C9B; }
span { border-color: rgb(113,76,155); }
td.TdClassName
{
border-color: #714C9B;
}
.TagClassName
{
border-color: #714C9B;
}
</style>