Shades of Studio #714DAC
Tints of Studio #714DAC
RGB
CMYK
RGB Variations
Color information
#714DAC (or 0x714DAC) is known color: Studio. HEX triplet: 71, 4D and AC. RGB value is (113,77,172). Sum of RGB (Red+Green+Blue) = 113+77+172=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #714DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714DAC is #8EB253. Grayscale: #626262. Windows color (decimal): -9351764 or 11292017. OLE color: 11292017.
HSL color Cylindrical-coordinate representation of color #714DAC: hue angle of 262.74º 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 #714DAC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 77 | 172 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.33 |
| HSL | 262.74º | 0.38% | 0.49% | - |
| HSV(B) | 262.74º | 0.55% | 0.67% | - |
| XYZ | 16.91 | 11.8 | 40.42 | - |
| YUV | 98.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 172 | 0.34 | 0.55 | 0 | 0.33 | 262.74 | 0.38 | 0.49 |
| Hex | 71 | 4D | AC | 22 | 37 | 0 | 21 | 107 | 26 | 31 |
| Octal | 161 | 115 | 254 | 42 | 67 | 0 | 41 | 407 | 46 | 61 |
| Binary | 1110001 | 1001101 | 10101100 | 100010 | 110111 | 0 | 100001 | 100000111 | 100110 | 110001 |
Color Harmonies of #714DAC
Complementary color
Monochromatic Colors of #714DAC
Black with #714DAC
Text Example
Text Example
White with #714DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DAC; }
p { color: rgb(113,77,172); }
H1.HeaderClassName
{
color: #714DAC;
}
.AnyTagClassName
{
color: #714DAC;
}
</style>
background-color css
<style>
a { background-color: #714DAC; }
a { background-color: rgb(113,77,172); }
div.DivClassName
{
background-color: #714DAC;
}
.BgClassName
{
background-color: #714DAC;
}
</style>
border-color css
<style>
span { border-color: #714DAC; }
span { border-color: rgb(113,77,172); }
td.TdClassName
{
border-color: #714DAC;
}
.TagClassName
{
border-color: #714DAC;
}
</style>