Shades of Studio #714DAD
Tints of Studio #714DAD
RGB
CMYK
RGB Variations
Color information
#714DAD (or 0x714DAD) is known color: Studio. HEX triplet: 71, 4D and AD. RGB value is (113,77,173). Sum of RGB (Red+Green+Blue) = 113+77+173=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #714DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DAD is #8EB252. Grayscale: #626262. Windows color (decimal): -9351763 or 11357553. OLE color: 11357553.
HSL color Cylindrical-coordinate representation of color #714DAD: hue angle of 262.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714DAD is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 77 | 173 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.32 |
| HSL | 262.5º | 0.38% | 0.49% | - |
| HSV(B) | 262.5º | 0.55% | 0.68% | - |
| XYZ | 17.01 | 11.84 | 40.92 | - |
| YUV | 98.71 | 169.93 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 173 | 0.35 | 0.55 | 0 | 0.32 | 262.5 | 0.38 | 0.49 |
| Hex | 71 | 4D | AD | 23 | 37 | 0 | 20 | 106 | 26 | 31 |
| Octal | 161 | 115 | 255 | 43 | 67 | 0 | 40 | 406 | 46 | 61 |
| Binary | 1110001 | 1001101 | 10101101 | 100011 | 110111 | 0 | 100000 | 100000110 | 100110 | 110001 |
Color Harmonies of #714DAD
Complementary color
Monochromatic Colors of #714DAD
Black with #714DAD
Text Example
Text Example
White with #714DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DAD; }
p { color: rgb(113,77,173); }
H1.HeaderClassName
{
color: #714DAD;
}
.AnyTagClassName
{
color: #714DAD;
}
</style>
background-color css
<style>
a { background-color: #714DAD; }
a { background-color: rgb(113,77,173); }
div.DivClassName
{
background-color: #714DAD;
}
.BgClassName
{
background-color: #714DAD;
}
</style>
border-color css
<style>
span { border-color: #714DAD; }
span { border-color: rgb(113,77,173); }
td.TdClassName
{
border-color: #714DAD;
}
.TagClassName
{
border-color: #714DAD;
}
</style>