Shades of Studio #71509E
Tints of Studio #71509E
RGB
CMYK
RGB Variations
Color information
#71509E (or 0x71509E) is known color: Studio. HEX triplet: 71, 50 and 9E. RGB value is (113,80,158). Sum of RGB (Red+Green+Blue) = 113+80+158=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #71509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71509E is #8EAF61. Grayscale: #626262. Windows color (decimal): -9351010 or 10375281. OLE color: 10375281.
HSL color Cylindrical-coordinate representation of color #71509E: hue angle of 265.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71509E is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 80 | 158 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.38 |
| HSL | 265.38º | 0.33% | 0.47% | - |
| HSV(B) | 265.38º | 0.49% | 0.62% | - |
| XYZ | 15.85 | 11.72 | 33.77 | - |
| YUV | 98.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 158 | 0.28 | 0.49 | 0 | 0.38 | 265.38 | 0.33 | 0.47 |
| Hex | 71 | 50 | 9E | 1C | 31 | 0 | 26 | 109 | 21 | 2F |
| Octal | 161 | 120 | 236 | 34 | 61 | 0 | 46 | 411 | 41 | 57 |
| Binary | 1110001 | 1010000 | 10011110 | 11100 | 110001 | 0 | 100110 | 100001001 | 100001 | 101111 |
Color Harmonies of #71509E
Complementary color
Monochromatic Colors of #71509E
Black with #71509E
Text Example
Text Example
White with #71509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71509E; }
p { color: rgb(113,80,158); }
H1.HeaderClassName
{
color: #71509E;
}
.AnyTagClassName
{
color: #71509E;
}
</style>
background-color css
<style>
a { background-color: #71509E; }
a { background-color: rgb(113,80,158); }
div.DivClassName
{
background-color: #71509E;
}
.BgClassName
{
background-color: #71509E;
}
</style>
border-color css
<style>
span { border-color: #71509E; }
span { border-color: rgb(113,80,158); }
td.TdClassName
{
border-color: #71509E;
}
.TagClassName
{
border-color: #71509E;
}
</style>