Shades of Studio #71509A
Tints of Studio #71509A
RGB
CMYK
RGB Variations
Color information
#71509A (or 0x71509A) is known color: Studio. HEX triplet: 71, 50 and 9A. RGB value is (113,80,154). Sum of RGB (Red+Green+Blue) = 113+80+154=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #71509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71509A is #8EAF65. Grayscale: #626262. Windows color (decimal): -9351014 or 10113137. OLE color: 10113137.
HSL color Cylindrical-coordinate representation of color #71509A: hue angle of 266.76º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71509A is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 80 | 154 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.40 |
| HSL | 266.76º | 0.32% | 0.46% | - |
| HSV(B) | 266.76º | 0.48% | 0.6% | - |
| XYZ | 15.51 | 11.58 | 31.99 | - |
| YUV | 98.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 154 | 0.27 | 0.48 | 0 | 0.40 | 266.76 | 0.32 | 0.46 |
| Hex | 71 | 50 | 9A | 1B | 30 | 0 | 28 | 10B | 20 | 2E |
| Octal | 161 | 120 | 232 | 33 | 60 | 0 | 50 | 413 | 40 | 56 |
| Binary | 1110001 | 1010000 | 10011010 | 11011 | 110000 | 0 | 101000 | 100001011 | 100000 | 101110 |
Color Harmonies of #71509A
Complementary color
Monochromatic Colors of #71509A
Black with #71509A
Text Example
Text Example
White with #71509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71509A; }
p { color: rgb(113,80,154); }
H1.HeaderClassName
{
color: #71509A;
}
.AnyTagClassName
{
color: #71509A;
}
</style>
background-color css
<style>
a { background-color: #71509A; }
a { background-color: rgb(113,80,154); }
div.DivClassName
{
background-color: #71509A;
}
.BgClassName
{
background-color: #71509A;
}
</style>
border-color css
<style>
span { border-color: #71509A; }
span { border-color: rgb(113,80,154); }
td.TdClassName
{
border-color: #71509A;
}
.TagClassName
{
border-color: #71509A;
}
</style>