Shades of Studio #71509F
Tints of Studio #71509F
RGB
CMYK
RGB Variations
Color information
#71509F (or 0x71509F) is known color: Studio. HEX triplet: 71, 50 and 9F. RGB value is (113,80,159). Sum of RGB (Red+Green+Blue) = 113+80+159=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #71509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71509F is #8EAF60. Grayscale: #626262. Windows color (decimal): -9351009 or 10440817. OLE color: 10440817.
HSL color Cylindrical-coordinate representation of color #71509F: hue angle of 265.06º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71509F is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 80 | 159 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.38 |
| HSL | 265.06º | 0.33% | 0.47% | - |
| HSV(B) | 265.06º | 0.5% | 0.62% | - |
| XYZ | 15.94 | 11.75 | 34.23 | - |
| YUV | 98.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 159 | 0.29 | 0.50 | 0 | 0.38 | 265.06 | 0.33 | 0.47 |
| Hex | 71 | 50 | 9F | 1D | 32 | 0 | 26 | 109 | 21 | 2F |
| Octal | 161 | 120 | 237 | 35 | 62 | 0 | 46 | 411 | 41 | 57 |
| Binary | 1110001 | 1010000 | 10011111 | 11101 | 110010 | 0 | 100110 | 100001001 | 100001 | 101111 |
Color Harmonies of #71509F
Complementary color
Monochromatic Colors of #71509F
Black with #71509F
Text Example
Text Example
White with #71509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71509F; }
p { color: rgb(113,80,159); }
H1.HeaderClassName
{
color: #71509F;
}
.AnyTagClassName
{
color: #71509F;
}
</style>
background-color css
<style>
a { background-color: #71509F; }
a { background-color: rgb(113,80,159); }
div.DivClassName
{
background-color: #71509F;
}
.BgClassName
{
background-color: #71509F;
}
</style>
border-color css
<style>
span { border-color: #71509F; }
span { border-color: rgb(113,80,159); }
td.TdClassName
{
border-color: #71509F;
}
.TagClassName
{
border-color: #71509F;
}
</style>