Shades of Studio #714FA8
Tints of Studio #714FA8
RGB
CMYK
RGB Variations
Color information
#714FA8 (or 0x714FA8) is known color: Studio. HEX triplet: 71, 4F and A8. RGB value is (113,79,168). Sum of RGB (Red+Green+Blue) = 113+79+168=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 168 - color contains mainly: blue. Hex color #714FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #714FA8 is #8EB057. Grayscale: #626262. Windows color (decimal): -9351256 or 11030385. OLE color: 11030385.
HSL color Cylindrical-coordinate representation of color #714FA8: hue angle of 262.92º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714FA8 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 79 | 168 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.34 |
| HSL | 262.92º | 0.36% | 0.48% | - |
| HSV(B) | 262.92º | 0.53% | 0.66% | - |
| XYZ | 16.67 | 11.93 | 38.47 | - |
| YUV | 99.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 168 | 0.33 | 0.53 | 0 | 0.34 | 262.92 | 0.36 | 0.48 |
| Hex | 71 | 4F | A8 | 21 | 35 | 0 | 22 | 107 | 24 | 30 |
| Octal | 161 | 117 | 250 | 41 | 65 | 0 | 42 | 407 | 44 | 60 |
| Binary | 1110001 | 1001111 | 10101000 | 100001 | 110101 | 0 | 100010 | 100000111 | 100100 | 110000 |
Color Harmonies of #714FA8
Complementary color
Monochromatic Colors of #714FA8
Black with #714FA8
Text Example
Text Example
White with #714FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714FA8; }
p { color: rgb(113,79,168); }
H1.HeaderClassName
{
color: #714FA8;
}
.AnyTagClassName
{
color: #714FA8;
}
</style>
background-color css
<style>
a { background-color: #714FA8; }
a { background-color: rgb(113,79,168); }
div.DivClassName
{
background-color: #714FA8;
}
.BgClassName
{
background-color: #714FA8;
}
</style>
border-color css
<style>
span { border-color: #714FA8; }
span { border-color: rgb(113,79,168); }
td.TdClassName
{
border-color: #714FA8;
}
.TagClassName
{
border-color: #714FA8;
}
</style>