Shades of Studio #71569C
Tints of Studio #71569C
RGB
CMYK
RGB Variations
Color information
#71569C (or 0x71569C) is known color: Studio. HEX triplet: 71, 56 and 9C. RGB value is (113,86,156). Sum of RGB (Red+Green+Blue) = 113+86+156=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #71569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71569C is #8EA963. Grayscale: #656565. Windows color (decimal): -9349476 or 10245745. OLE color: 10245745.
HSL color Cylindrical-coordinate representation of color #71569C: hue angle of 263.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71569C is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 86 | 156 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.39 |
| HSL | 263.14º | 0.29% | 0.47% | - |
| HSV(B) | 263.14º | 0.45% | 0.61% | - |
| XYZ | 16.14 | 12.57 | 33.03 | - |
| YUV | 102.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 156 | 0.28 | 0.45 | 0 | 0.39 | 263.14 | 0.29 | 0.47 |
| Hex | 71 | 56 | 9C | 1C | 2D | 0 | 27 | 107 | 1D | 2F |
| Octal | 161 | 126 | 234 | 34 | 55 | 0 | 47 | 407 | 35 | 57 |
| Binary | 1110001 | 1010110 | 10011100 | 11100 | 101101 | 0 | 100111 | 100000111 | 11101 | 101111 |
Color Harmonies of #71569C
Complementary color
Monochromatic Colors of #71569C
Black with #71569C
Text Example
Text Example
White with #71569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71569C; }
p { color: rgb(113,86,156); }
H1.HeaderClassName
{
color: #71569C;
}
.AnyTagClassName
{
color: #71569C;
}
</style>
background-color css
<style>
a { background-color: #71569C; }
a { background-color: rgb(113,86,156); }
div.DivClassName
{
background-color: #71569C;
}
.BgClassName
{
background-color: #71569C;
}
</style>
border-color css
<style>
span { border-color: #71569C; }
span { border-color: rgb(113,86,156); }
td.TdClassName
{
border-color: #71569C;
}
.TagClassName
{
border-color: #71569C;
}
</style>