Shades of Studio #714BAE
Tints of Studio #714BAE
RGB
CMYK
RGB Variations
Color information
#714BAE (or 0x714BAE) is known color: Studio. HEX triplet: 71, 4B and AE. RGB value is (113,75,174). Sum of RGB (Red+Green+Blue) = 113+75+174=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #714BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714BAE is #8EB451. Grayscale: #616161. Windows color (decimal): -9352274 or 11422577. OLE color: 11422577.
HSL color Cylindrical-coordinate representation of color #714BAE: hue angle of 263.03º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714BAE is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 75 | 174 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.32 |
| HSL | 263.03º | 0.4% | 0.49% | - |
| HSV(B) | 263.03º | 0.57% | 0.68% | - |
| XYZ | 16.97 | 11.6 | 41.39 | - |
| YUV | 97.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 174 | 0.35 | 0.57 | 0 | 0.32 | 263.03 | 0.4 | 0.49 |
| Hex | 71 | 4B | AE | 23 | 39 | 0 | 20 | 107 | 28 | 31 |
| Octal | 161 | 113 | 256 | 43 | 71 | 0 | 40 | 407 | 50 | 61 |
| Binary | 1110001 | 1001011 | 10101110 | 100011 | 111001 | 0 | 100000 | 100000111 | 101000 | 110001 |
Color Harmonies of #714BAE
Complementary color
Monochromatic Colors of #714BAE
Black with #714BAE
Text Example
Text Example
White with #714BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BAE; }
p { color: rgb(113,75,174); }
H1.HeaderClassName
{
color: #714BAE;
}
.AnyTagClassName
{
color: #714BAE;
}
</style>
background-color css
<style>
a { background-color: #714BAE; }
a { background-color: rgb(113,75,174); }
div.DivClassName
{
background-color: #714BAE;
}
.BgClassName
{
background-color: #714BAE;
}
</style>
border-color css
<style>
span { border-color: #714BAE; }
span { border-color: rgb(113,75,174); }
td.TdClassName
{
border-color: #714BAE;
}
.TagClassName
{
border-color: #714BAE;
}
</style>