Shades of Studio #714BA7
Tints of Studio #714BA7
RGB
CMYK
RGB Variations
Color information
#714BA7 (or 0x714BA7) is known color: Studio. HEX triplet: 71, 4B and A7. RGB value is (113,75,167). Sum of RGB (Red+Green+Blue) = 113+75+167=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #714BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714BA7 is #8EB458. Grayscale: #606060. Windows color (decimal): -9352281 or 10963825. OLE color: 10963825.
HSL color Cylindrical-coordinate representation of color #714BA7: hue angle of 264.78º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714BA7 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 75 | 167 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.35 |
| HSL | 264.78º | 0.38% | 0.47% | - |
| HSV(B) | 264.78º | 0.55% | 0.65% | - |
| XYZ | 16.3 | 11.33 | 37.89 | - |
| YUV | 96.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 75 | 167 | 0.32 | 0.55 | 0 | 0.35 | 264.78 | 0.38 | 0.47 |
| Hex | 71 | 4B | A7 | 20 | 37 | 0 | 23 | 109 | 26 | 2F |
| Octal | 161 | 113 | 247 | 40 | 67 | 0 | 43 | 411 | 46 | 57 |
| Binary | 1110001 | 1001011 | 10100111 | 100000 | 110111 | 0 | 100011 | 100001001 | 100110 | 101111 |
Color Harmonies of #714BA7
Complementary color
Monochromatic Colors of #714BA7
Black with #714BA7
Text Example
Text Example
White with #714BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714BA7; }
p { color: rgb(113,75,167); }
H1.HeaderClassName
{
color: #714BA7;
}
.AnyTagClassName
{
color: #714BA7;
}
</style>
background-color css
<style>
a { background-color: #714BA7; }
a { background-color: rgb(113,75,167); }
div.DivClassName
{
background-color: #714BA7;
}
.BgClassName
{
background-color: #714BA7;
}
</style>
border-color css
<style>
span { border-color: #714BA7; }
span { border-color: rgb(113,75,167); }
td.TdClassName
{
border-color: #714BA7;
}
.TagClassName
{
border-color: #714BA7;
}
</style>