Shades of Studio #714EAB
Tints of Studio #714EAB
RGB
CMYK
RGB Variations
Color information
#714EAB (or 0x714EAB) is known color: Studio. HEX triplet: 71, 4E and AB. RGB value is (113,78,171). Sum of RGB (Red+Green+Blue) = 113+78+171=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #714EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714EAB is #8EB154. Grayscale: #626262. Windows color (decimal): -9351509 or 11226737. OLE color: 11226737.
HSL color Cylindrical-coordinate representation of color #714EAB: hue angle of 262.58º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #714EAB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 78 | 171 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.33 |
| HSL | 262.58º | 0.37% | 0.49% | - |
| HSV(B) | 262.58º | 0.54% | 0.67% | - |
| XYZ | 16.89 | 11.9 | 39.94 | - |
| YUV | 99.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 171 | 0.34 | 0.54 | 0 | 0.33 | 262.58 | 0.37 | 0.49 |
| Hex | 71 | 4E | AB | 22 | 36 | 0 | 21 | 107 | 25 | 31 |
| Octal | 161 | 116 | 253 | 42 | 66 | 0 | 41 | 407 | 45 | 61 |
| Binary | 1110001 | 1001110 | 10101011 | 100010 | 110110 | 0 | 100001 | 100000111 | 100101 | 110001 |
Color Harmonies of #714EAB
Complementary color
Monochromatic Colors of #714EAB
Black with #714EAB
Text Example
Text Example
White with #714EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EAB; }
p { color: rgb(113,78,171); }
H1.HeaderClassName
{
color: #714EAB;
}
.AnyTagClassName
{
color: #714EAB;
}
</style>
background-color css
<style>
a { background-color: #714EAB; }
a { background-color: rgb(113,78,171); }
div.DivClassName
{
background-color: #714EAB;
}
.BgClassName
{
background-color: #714EAB;
}
</style>
border-color css
<style>
span { border-color: #714EAB; }
span { border-color: rgb(113,78,171); }
td.TdClassName
{
border-color: #714EAB;
}
.TagClassName
{
border-color: #714EAB;
}
</style>