Shades of Studio #714DAA
Tints of Studio #714DAA
RGB
CMYK
RGB Variations
Color information
#714DAA (or 0x714DAA) is known color: Studio. HEX triplet: 71, 4D and AA. RGB value is (113,77,170). Sum of RGB (Red+Green+Blue) = 113+77+170=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #714DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DAA is #8EB255. Grayscale: #626262. Windows color (decimal): -9351766 or 11160945. OLE color: 11160945.
HSL color Cylindrical-coordinate representation of color #714DAA: hue angle of 263.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714DAA is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 77 | 170 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.33 |
| HSL | 263.23º | 0.38% | 0.48% | - |
| HSV(B) | 263.23º | 0.55% | 0.67% | - |
| XYZ | 16.72 | 11.72 | 39.41 | - |
| YUV | 98.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 170 | 0.34 | 0.55 | 0 | 0.33 | 263.23 | 0.38 | 0.48 |
| Hex | 71 | 4D | AA | 22 | 37 | 0 | 21 | 107 | 26 | 30 |
| Octal | 161 | 115 | 252 | 42 | 67 | 0 | 41 | 407 | 46 | 60 |
| Binary | 1110001 | 1001101 | 10101010 | 100010 | 110111 | 0 | 100001 | 100000111 | 100110 | 110000 |
Color Harmonies of #714DAA
Complementary color
Monochromatic Colors of #714DAA
Black with #714DAA
Text Example
Text Example
White with #714DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DAA; }
p { color: rgb(113,77,170); }
H1.HeaderClassName
{
color: #714DAA;
}
.AnyTagClassName
{
color: #714DAA;
}
</style>
background-color css
<style>
a { background-color: #714DAA; }
a { background-color: rgb(113,77,170); }
div.DivClassName
{
background-color: #714DAA;
}
.BgClassName
{
background-color: #714DAA;
}
</style>
border-color css
<style>
span { border-color: #714DAA; }
span { border-color: rgb(113,77,170); }
td.TdClassName
{
border-color: #714DAA;
}
.TagClassName
{
border-color: #714DAA;
}
</style>