Shades of Studio #71569F
Tints of Studio #71569F
RGB
CMYK
RGB Variations
Color information
#71569F (or 0x71569F) is known color: Studio. HEX triplet: 71, 56 and 9F. RGB value is (113,86,159). Sum of RGB (Red+Green+Blue) = 113+86+159=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #71569F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569F is #8EA960. Grayscale: #666666. Windows color (decimal): -9349473 or 10442353. OLE color: 10442353.
HSL color Cylindrical-coordinate representation of color #71569F: hue angle of 262.19º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71569F is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 86 | 159 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.38 |
| HSL | 262.19º | 0.3% | 0.48% | - |
| HSV(B) | 262.19º | 0.46% | 0.62% | - |
| XYZ | 16.4 | 12.67 | 34.38 | - |
| YUV | 102.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 159 | 0.29 | 0.46 | 0 | 0.38 | 262.19 | 0.3 | 0.48 |
| Hex | 71 | 56 | 9F | 1D | 2E | 0 | 26 | 106 | 1E | 30 |
| Octal | 161 | 126 | 237 | 35 | 56 | 0 | 46 | 406 | 36 | 60 |
| Binary | 1110001 | 1010110 | 10011111 | 11101 | 101110 | 0 | 100110 | 100000110 | 11110 | 110000 |
Color Harmonies of #71569F
Complementary color
Monochromatic Colors of #71569F
Black with #71569F
Text Example
Text Example
White with #71569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71569F; }
p { color: rgb(113,86,159); }
H1.HeaderClassName
{
color: #71569F;
}
.AnyTagClassName
{
color: #71569F;
}
</style>
background-color css
<style>
a { background-color: #71569F; }
a { background-color: rgb(113,86,159); }
div.DivClassName
{
background-color: #71569F;
}
.BgClassName
{
background-color: #71569F;
}
</style>
border-color css
<style>
span { border-color: #71569F; }
span { border-color: rgb(113,86,159); }
td.TdClassName
{
border-color: #71569F;
}
.TagClassName
{
border-color: #71569F;
}
</style>