Shades of Studio #714F9F
Tints of Studio #714F9F
RGB
CMYK
RGB Variations
Color information
#714F9F (or 0x714F9F) is known color: Studio. HEX triplet: 71, 4F and 9F. RGB value is (113,79,159). Sum of RGB (Red+Green+Blue) = 113+79+159=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #714F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714F9F is #8EB060. Grayscale: #616161. Windows color (decimal): -9351265 or 10440561. OLE color: 10440561.
HSL color Cylindrical-coordinate representation of color #714F9F: hue angle of 265.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714F9F is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 79 | 159 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.38 |
| HSL | 265.5º | 0.34% | 0.47% | - |
| HSV(B) | 265.5º | 0.5% | 0.62% | - |
| XYZ | 15.86 | 11.61 | 34.2 | - |
| YUV | 98.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 159 | 0.29 | 0.50 | 0 | 0.38 | 265.5 | 0.34 | 0.47 |
| Hex | 71 | 4F | 9F | 1D | 32 | 0 | 26 | 10A | 22 | 2F |
| Octal | 161 | 117 | 237 | 35 | 62 | 0 | 46 | 412 | 42 | 57 |
| Binary | 1110001 | 1001111 | 10011111 | 11101 | 110010 | 0 | 100110 | 100001010 | 100010 | 101111 |
Color Harmonies of #714F9F
Complementary color
Monochromatic Colors of #714F9F
Black with #714F9F
Text Example
Text Example
White with #714F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F9F; }
p { color: rgb(113,79,159); }
H1.HeaderClassName
{
color: #714F9F;
}
.AnyTagClassName
{
color: #714F9F;
}
</style>
background-color css
<style>
a { background-color: #714F9F; }
a { background-color: rgb(113,79,159); }
div.DivClassName
{
background-color: #714F9F;
}
.BgClassName
{
background-color: #714F9F;
}
</style>
border-color css
<style>
span { border-color: #714F9F; }
span { border-color: rgb(113,79,159); }
td.TdClassName
{
border-color: #714F9F;
}
.TagClassName
{
border-color: #714F9F;
}
</style>