Shades of Studio #71519C
Tints of Studio #71519C
RGB
CMYK
RGB Variations
Color information
#71519C (or 0x71519C) is known color: Studio. HEX triplet: 71, 51 and 9C. RGB value is (113,81,156). Sum of RGB (Red+Green+Blue) = 113+81+156=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #71519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71519C is #8EAE63. Grayscale: #626262. Windows color (decimal): -9350756 or 10244465. OLE color: 10244465.
HSL color Cylindrical-coordinate representation of color #71519C: hue angle of 265.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71519C is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 81 | 156 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.39 |
| HSL | 265.6º | 0.32% | 0.46% | - |
| HSV(B) | 265.6º | 0.48% | 0.61% | - |
| XYZ | 15.75 | 11.8 | 32.9 | - |
| YUV | 99.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 156 | 0.28 | 0.48 | 0 | 0.39 | 265.6 | 0.32 | 0.46 |
| Hex | 71 | 51 | 9C | 1C | 30 | 0 | 27 | 10A | 20 | 2E |
| Octal | 161 | 121 | 234 | 34 | 60 | 0 | 47 | 412 | 40 | 56 |
| Binary | 1110001 | 1010001 | 10011100 | 11100 | 110000 | 0 | 100111 | 100001010 | 100000 | 101110 |
Color Harmonies of #71519C
Complementary color
Monochromatic Colors of #71519C
Black with #71519C
Text Example
Text Example
White with #71519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71519C; }
p { color: rgb(113,81,156); }
H1.HeaderClassName
{
color: #71519C;
}
.AnyTagClassName
{
color: #71519C;
}
</style>
background-color css
<style>
a { background-color: #71519C; }
a { background-color: rgb(113,81,156); }
div.DivClassName
{
background-color: #71519C;
}
.BgClassName
{
background-color: #71519C;
}
</style>
border-color css
<style>
span { border-color: #71519C; }
span { border-color: rgb(113,81,156); }
td.TdClassName
{
border-color: #71519C;
}
.TagClassName
{
border-color: #71519C;
}
</style>