Shades of Studio #714AAF
Tints of Studio #714AAF
RGB
CMYK
RGB Variations
Color information
#714AAF (or 0x714AAF) is known color: Studio. HEX triplet: 71, 4A and AF. RGB value is (113,74,175). Sum of RGB (Red+Green+Blue) = 113+74+175=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #714AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714AAF is #8EB550. Grayscale: #606060. Windows color (decimal): -9352529 or 11487857. OLE color: 11487857.
HSL color Cylindrical-coordinate representation of color #714AAF: hue angle of 263.17º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714AAF is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 74 | 175 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.31 |
| HSL | 263.17º | 0.41% | 0.49% | - |
| HSV(B) | 263.17º | 0.58% | 0.69% | - |
| XYZ | 17 | 11.5 | 41.88 | - |
| YUV | 97.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 175 | 0.35 | 0.58 | 0 | 0.31 | 263.17 | 0.41 | 0.49 |
| Hex | 71 | 4A | AF | 23 | 3A | 0 | 1F | 107 | 29 | 31 |
| Octal | 161 | 112 | 257 | 43 | 72 | 0 | 37 | 407 | 51 | 61 |
| Binary | 1110001 | 1001010 | 10101111 | 100011 | 111010 | 0 | 11111 | 100000111 | 101001 | 110001 |
Color Harmonies of #714AAF
Complementary color
Monochromatic Colors of #714AAF
Black with #714AAF
Text Example
Text Example
White with #714AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714AAF; }
p { color: rgb(113,74,175); }
H1.HeaderClassName
{
color: #714AAF;
}
.AnyTagClassName
{
color: #714AAF;
}
</style>
background-color css
<style>
a { background-color: #714AAF; }
a { background-color: rgb(113,74,175); }
div.DivClassName
{
background-color: #714AAF;
}
.BgClassName
{
background-color: #714AAF;
}
</style>
border-color css
<style>
span { border-color: #714AAF; }
span { border-color: rgb(113,74,175); }
td.TdClassName
{
border-color: #714AAF;
}
.TagClassName
{
border-color: #714AAF;
}
</style>