Shades of Studio #71519B
Tints of Studio #71519B
RGB
CMYK
RGB Variations
Color information
#71519B (or 0x71519B) is known color: Studio. HEX triplet: 71, 51 and 9B. RGB value is (113,81,155). Sum of RGB (Red+Green+Blue) = 113+81+155=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #71519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71519B is #8EAE64. Grayscale: #626262. Windows color (decimal): -9350757 or 10178929. OLE color: 10178929.
HSL color Cylindrical-coordinate representation of color #71519B: hue angle of 265.95º degrees, saturation: 0.31, 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 #71519B is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 81 | 155 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.39 |
| HSL | 265.95º | 0.31% | 0.46% | - |
| HSV(B) | 265.95º | 0.48% | 0.61% | - |
| XYZ | 15.67 | 11.76 | 32.45 | - |
| YUV | 99 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 155 | 0.27 | 0.48 | 0 | 0.39 | 265.95 | 0.31 | 0.46 |
| Hex | 71 | 51 | 9B | 1B | 30 | 0 | 27 | 10A | 1F | 2E |
| Octal | 161 | 121 | 233 | 33 | 60 | 0 | 47 | 412 | 37 | 56 |
| Binary | 1110001 | 1010001 | 10011011 | 11011 | 110000 | 0 | 100111 | 100001010 | 11111 | 101110 |
Color Harmonies of #71519B
Complementary color
Monochromatic Colors of #71519B
Black with #71519B
Text Example
Text Example
White with #71519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71519B; }
p { color: rgb(113,81,155); }
H1.HeaderClassName
{
color: #71519B;
}
.AnyTagClassName
{
color: #71519B;
}
</style>
background-color css
<style>
a { background-color: #71519B; }
a { background-color: rgb(113,81,155); }
div.DivClassName
{
background-color: #71519B;
}
.BgClassName
{
background-color: #71519B;
}
</style>
border-color css
<style>
span { border-color: #71519B; }
span { border-color: rgb(113,81,155); }
td.TdClassName
{
border-color: #71519B;
}
.TagClassName
{
border-color: #71519B;
}
</style>