Shades of Studio #714CA2
Tints of Studio #714CA2
RGB
CMYK
RGB Variations
Color information
#714CA2 (or 0x714CA2) is known color: Studio. HEX triplet: 71, 4C and A2. RGB value is (113,76,162). Sum of RGB (Red+Green+Blue) = 113+76+162=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #714CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714CA2 is #8EB35D. Grayscale: #606060. Windows color (decimal): -9352030 or 10636401. OLE color: 10636401.
HSL color Cylindrical-coordinate representation of color #714CA2: hue angle of 265.81º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #714CA2 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 76 | 162 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.36 |
| HSL | 265.81º | 0.36% | 0.47% | - |
| HSV(B) | 265.81º | 0.53% | 0.64% | - |
| XYZ | 15.92 | 11.29 | 35.52 | - |
| YUV | 96.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 162 | 0.30 | 0.53 | 0 | 0.36 | 265.81 | 0.36 | 0.47 |
| Hex | 71 | 4C | A2 | 1E | 35 | 0 | 24 | 10A | 24 | 2F |
| Octal | 161 | 114 | 242 | 36 | 65 | 0 | 44 | 412 | 44 | 57 |
| Binary | 1110001 | 1001100 | 10100010 | 11110 | 110101 | 0 | 100100 | 100001010 | 100100 | 101111 |
Color Harmonies of #714CA2
Complementary color
Monochromatic Colors of #714CA2
Black with #714CA2
Text Example
Text Example
White with #714CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714CA2; }
p { color: rgb(113,76,162); }
H1.HeaderClassName
{
color: #714CA2;
}
.AnyTagClassName
{
color: #714CA2;
}
</style>
background-color css
<style>
a { background-color: #714CA2; }
a { background-color: rgb(113,76,162); }
div.DivClassName
{
background-color: #714CA2;
}
.BgClassName
{
background-color: #714CA2;
}
</style>
border-color css
<style>
span { border-color: #714CA2; }
span { border-color: rgb(113,76,162); }
td.TdClassName
{
border-color: #714CA2;
}
.TagClassName
{
border-color: #714CA2;
}
</style>