Shades of Studio #71509B
Tints of Studio #71509B
RGB
CMYK
RGB Variations
Color information
#71509B (or 0x71509B) is known color: Studio. HEX triplet: 71, 50 and 9B. RGB value is (113,80,155). Sum of RGB (Red+Green+Blue) = 113+80+155=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #71509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71509B is #8EAF64. Grayscale: #626262. Windows color (decimal): -9351013 or 10178673. OLE color: 10178673.
HSL color Cylindrical-coordinate representation of color #71509B: hue angle of 266.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71509B is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 80 | 155 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.39 |
| HSL | 266.4º | 0.32% | 0.46% | - |
| HSV(B) | 266.4º | 0.48% | 0.61% | - |
| XYZ | 15.6 | 11.61 | 32.43 | - |
| YUV | 98.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 155 | 0.27 | 0.48 | 0 | 0.39 | 266.4 | 0.32 | 0.46 |
| Hex | 71 | 50 | 9B | 1B | 30 | 0 | 27 | 10A | 20 | 2E |
| Octal | 161 | 120 | 233 | 33 | 60 | 0 | 47 | 412 | 40 | 56 |
| Binary | 1110001 | 1010000 | 10011011 | 11011 | 110000 | 0 | 100111 | 100001010 | 100000 | 101110 |
Color Harmonies of #71509B
Complementary color
Monochromatic Colors of #71509B
Black with #71509B
Text Example
Text Example
White with #71509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71509B; }
p { color: rgb(113,80,155); }
H1.HeaderClassName
{
color: #71509B;
}
.AnyTagClassName
{
color: #71509B;
}
</style>
background-color css
<style>
a { background-color: #71509B; }
a { background-color: rgb(113,80,155); }
div.DivClassName
{
background-color: #71509B;
}
.BgClassName
{
background-color: #71509B;
}
</style>
border-color css
<style>
span { border-color: #71509B; }
span { border-color: rgb(113,80,155); }
td.TdClassName
{
border-color: #71509B;
}
.TagClassName
{
border-color: #71509B;
}
</style>