Shades of Studio #71519D
Tints of Studio #71519D
RGB
CMYK
RGB Variations
Color information
#71519D (or 0x71519D) is known color: Studio. HEX triplet: 71, 51 and 9D. RGB value is (113,81,157). Sum of RGB (Red+Green+Blue) = 113+81+157=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #71519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71519D is #8EAE62. Grayscale: #626262. Windows color (decimal): -9350755 or 10310001. OLE color: 10310001.
HSL color Cylindrical-coordinate representation of color #71519D: hue angle of 265.26º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71519D is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 81 | 157 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.38 |
| HSL | 265.26º | 0.32% | 0.47% | - |
| HSV(B) | 265.26º | 0.48% | 0.62% | - |
| XYZ | 15.84 | 11.83 | 33.35 | - |
| YUV | 99.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 157 | 0.28 | 0.48 | 0 | 0.38 | 265.26 | 0.32 | 0.47 |
| Hex | 71 | 51 | 9D | 1C | 30 | 0 | 26 | 109 | 20 | 2F |
| Octal | 161 | 121 | 235 | 34 | 60 | 0 | 46 | 411 | 40 | 57 |
| Binary | 1110001 | 1010001 | 10011101 | 11100 | 110000 | 0 | 100110 | 100001001 | 100000 | 101111 |
Color Harmonies of #71519D
Complementary color
Monochromatic Colors of #71519D
Black with #71519D
Text Example
Text Example
White with #71519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71519D; }
p { color: rgb(113,81,157); }
H1.HeaderClassName
{
color: #71519D;
}
.AnyTagClassName
{
color: #71519D;
}
</style>
background-color css
<style>
a { background-color: #71519D; }
a { background-color: rgb(113,81,157); }
div.DivClassName
{
background-color: #71519D;
}
.BgClassName
{
background-color: #71519D;
}
</style>
border-color css
<style>
span { border-color: #71519D; }
span { border-color: rgb(113,81,157); }
td.TdClassName
{
border-color: #71519D;
}
.TagClassName
{
border-color: #71519D;
}
</style>