Shades of Studio #71559C
Tints of Studio #71559C
RGB
CMYK
RGB Variations
Color information
#71559C (or 0x71559C) is known color: Studio. HEX triplet: 71, 55 and 9C. RGB value is (113,85,156). Sum of RGB (Red+Green+Blue) = 113+85+156=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #71559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71559C is #8EAA63. Grayscale: #656565. Windows color (decimal): -9349732 or 10245489. OLE color: 10245489.
HSL color Cylindrical-coordinate representation of color #71559C: hue angle of 263.66º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71559C is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 85 | 156 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.39 |
| HSL | 263.66º | 0.29% | 0.47% | - |
| HSV(B) | 263.66º | 0.46% | 0.61% | - |
| XYZ | 16.06 | 12.41 | 33 | - |
| YUV | 101.47 | 158.78 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 156 | 0.28 | 0.46 | 0 | 0.39 | 263.66 | 0.29 | 0.47 |
| Hex | 71 | 55 | 9C | 1C | 2E | 0 | 27 | 108 | 1D | 2F |
| Octal | 161 | 125 | 234 | 34 | 56 | 0 | 47 | 410 | 35 | 57 |
| Binary | 1110001 | 1010101 | 10011100 | 11100 | 101110 | 0 | 100111 | 100001000 | 11101 | 101111 |
Color Harmonies of #71559C
Complementary color
Monochromatic Colors of #71559C
Black with #71559C
Text Example
Text Example
White with #71559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71559C; }
p { color: rgb(113,85,156); }
H1.HeaderClassName
{
color: #71559C;
}
.AnyTagClassName
{
color: #71559C;
}
</style>
background-color css
<style>
a { background-color: #71559C; }
a { background-color: rgb(113,85,156); }
div.DivClassName
{
background-color: #71559C;
}
.BgClassName
{
background-color: #71559C;
}
</style>
border-color css
<style>
span { border-color: #71559C; }
span { border-color: rgb(113,85,156); }
td.TdClassName
{
border-color: #71559C;
}
.TagClassName
{
border-color: #71559C;
}
</style>