Shades of Studio #714AB6
Tints of Studio #714AB6
RGB
CMYK
RGB Variations
Color information
#714AB6 (or 0x714AB6) is known color: Studio. HEX triplet: 71, 4A and B6. RGB value is (113,74,182). Sum of RGB (Red+Green+Blue) = 113+74+182=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #714AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714AB6 is #8EB549. Grayscale: #616161. Windows color (decimal): -9352522 or 11946609. OLE color: 11946609.
HSL color Cylindrical-coordinate representation of color #714AB6: hue angle of 261.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #714AB6 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 74 | 182 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.29 |
| HSL | 261.67º | 0.43% | 0.5% | - |
| HSV(B) | 261.67º | 0.59% | 0.71% | - |
| XYZ | 17.7 | 11.79 | 45.6 | - |
| YUV | 97.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 182 | 0.38 | 0.59 | 0 | 0.29 | 261.67 | 0.43 | 0.5 |
| Hex | 71 | 4A | B6 | 26 | 3B | 0 | 1D | 106 | 2B | 32 |
| Octal | 161 | 112 | 266 | 46 | 73 | 0 | 35 | 406 | 53 | 62 |
| Binary | 1110001 | 1001010 | 10110110 | 100110 | 111011 | 0 | 11101 | 100000110 | 101011 | 110010 |
Color Harmonies of #714AB6
Complementary color
Monochromatic Colors of #714AB6
Black with #714AB6
Text Example
Text Example
White with #714AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714AB6; }
p { color: rgb(113,74,182); }
H1.HeaderClassName
{
color: #714AB6;
}
.AnyTagClassName
{
color: #714AB6;
}
</style>
background-color css
<style>
a { background-color: #714AB6; }
a { background-color: rgb(113,74,182); }
div.DivClassName
{
background-color: #714AB6;
}
.BgClassName
{
background-color: #714AB6;
}
</style>
border-color css
<style>
span { border-color: #714AB6; }
span { border-color: rgb(113,74,182); }
td.TdClassName
{
border-color: #714AB6;
}
.TagClassName
{
border-color: #714AB6;
}
</style>