Shades of Studio #71499F
Tints of Studio #71499F
RGB
CMYK
RGB Variations
Color information
#71499F (or 0x71499F) is known color: Studio. HEX triplet: 71, 49 and 9F. RGB value is (113,73,159). Sum of RGB (Red+Green+Blue) = 113+73+159=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #71499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71499F is #8EB660. Grayscale: #5E5E5E. Windows color (decimal): -9352801 or 10439025. OLE color: 10439025.
HSL color Cylindrical-coordinate representation of color #71499F: hue angle of 267.91º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71499F is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 73 | 159 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.38 |
| HSL | 267.91º | 0.37% | 0.45% | - |
| HSV(B) | 267.91º | 0.54% | 0.62% | - |
| XYZ | 15.45 | 10.78 | 34.07 | - |
| YUV | 94.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 73 | 159 | 0.29 | 0.54 | 0 | 0.38 | 267.91 | 0.37 | 0.45 |
| Hex | 71 | 49 | 9F | 1D | 36 | 0 | 26 | 10C | 25 | 2D |
| Octal | 161 | 111 | 237 | 35 | 66 | 0 | 46 | 414 | 45 | 55 |
| Binary | 1110001 | 1001001 | 10011111 | 11101 | 110110 | 0 | 100110 | 100001100 | 100101 | 101101 |
Color Harmonies of #71499F
Complementary color
Monochromatic Colors of #71499F
Black with #71499F
Text Example
Text Example
White with #71499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71499F; }
p { color: rgb(113,73,159); }
H1.HeaderClassName
{
color: #71499F;
}
.AnyTagClassName
{
color: #71499F;
}
</style>
background-color css
<style>
a { background-color: #71499F; }
a { background-color: rgb(113,73,159); }
div.DivClassName
{
background-color: #71499F;
}
.BgClassName
{
background-color: #71499F;
}
</style>
border-color css
<style>
span { border-color: #71499F; }
span { border-color: rgb(113,73,159); }
td.TdClassName
{
border-color: #71499F;
}
.TagClassName
{
border-color: #71499F;
}
</style>