Shades of Studio #714EAC
Tints of Studio #714EAC
RGB
CMYK
RGB Variations
Color information
#714EAC (or 0x714EAC) is known color: Studio. HEX triplet: 71, 4E and AC. RGB value is (113,78,172). Sum of RGB (Red+Green+Blue) = 113+78+172=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #714EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714EAC is #8EB153. Grayscale: #626262. Windows color (decimal): -9351508 or 11292273. OLE color: 11292273.
HSL color Cylindrical-coordinate representation of color #714EAC: hue angle of 262.34º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714EAC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 78 | 172 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.33 |
| HSL | 262.34º | 0.38% | 0.49% | - |
| HSV(B) | 262.34º | 0.55% | 0.67% | - |
| XYZ | 16.98 | 11.94 | 40.44 | - |
| YUV | 99.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 172 | 0.34 | 0.55 | 0 | 0.33 | 262.34 | 0.38 | 0.49 |
| Hex | 71 | 4E | AC | 22 | 37 | 0 | 21 | 106 | 26 | 31 |
| Octal | 161 | 116 | 254 | 42 | 67 | 0 | 41 | 406 | 46 | 61 |
| Binary | 1110001 | 1001110 | 10101100 | 100010 | 110111 | 0 | 100001 | 100000110 | 100110 | 110001 |
Color Harmonies of #714EAC
Complementary color
Monochromatic Colors of #714EAC
Black with #714EAC
Text Example
Text Example
White with #714EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EAC; }
p { color: rgb(113,78,172); }
H1.HeaderClassName
{
color: #714EAC;
}
.AnyTagClassName
{
color: #714EAC;
}
</style>
background-color css
<style>
a { background-color: #714EAC; }
a { background-color: rgb(113,78,172); }
div.DivClassName
{
background-color: #714EAC;
}
.BgClassName
{
background-color: #714EAC;
}
</style>
border-color css
<style>
span { border-color: #714EAC; }
span { border-color: rgb(113,78,172); }
td.TdClassName
{
border-color: #714EAC;
}
.TagClassName
{
border-color: #714EAC;
}
</style>