Shades of Studio #71489B
Tints of Studio #71489B
RGB
CMYK
RGB Variations
Color information
#71489B (or 0x71489B) is known color: Studio. HEX triplet: 71, 48 and 9B. RGB value is (113,72,155). Sum of RGB (Red+Green+Blue) = 113+72+155=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #71489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71489B is #8EB764. Grayscale: #5D5D5D. Windows color (decimal): -9353061 or 10176625. OLE color: 10176625.
HSL color Cylindrical-coordinate representation of color #71489B: hue angle of 269.64º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71489B is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 72 | 155 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.39 |
| HSL | 269.64º | 0.37% | 0.45% | - |
| HSV(B) | 269.64º | 0.54% | 0.61% | - |
| XYZ | 15.04 | 10.51 | 32.25 | - |
| YUV | 93.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 155 | 0.27 | 0.54 | 0 | 0.39 | 269.64 | 0.37 | 0.45 |
| Hex | 71 | 48 | 9B | 1B | 36 | 0 | 27 | 10E | 25 | 2D |
| Octal | 161 | 110 | 233 | 33 | 66 | 0 | 47 | 416 | 45 | 55 |
| Binary | 1110001 | 1001000 | 10011011 | 11011 | 110110 | 0 | 100111 | 100001110 | 100101 | 101101 |
Color Harmonies of #71489B
Complementary color
Monochromatic Colors of #71489B
Black with #71489B
Text Example
Text Example
White with #71489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71489B; }
p { color: rgb(113,72,155); }
H1.HeaderClassName
{
color: #71489B;
}
.AnyTagClassName
{
color: #71489B;
}
</style>
background-color css
<style>
a { background-color: #71489B; }
a { background-color: rgb(113,72,155); }
div.DivClassName
{
background-color: #71489B;
}
.BgClassName
{
background-color: #71489B;
}
</style>
border-color css
<style>
span { border-color: #71489B; }
span { border-color: rgb(113,72,155); }
td.TdClassName
{
border-color: #71489B;
}
.TagClassName
{
border-color: #71489B;
}
</style>