Shades of Studio #7151AD
Tints of Studio #7151AD
RGB
CMYK
RGB Variations
Color information
#7151AD (or 0x7151AD) is known color: Studio. HEX triplet: 71, 51 and AD. RGB value is (113,81,173). Sum of RGB (Red+Green+Blue) = 113+81+173=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #7151AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7151AD is #8EAE52. Grayscale: #646464. Windows color (decimal): -9350739 or 11358577. OLE color: 11358577.
HSL color Cylindrical-coordinate representation of color #7151AD: hue angle of 260.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7151AD is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 81 | 173 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.32 |
| HSL | 260.87º | 0.36% | 0.5% | - |
| HSV(B) | 260.87º | 0.53% | 0.68% | - |
| XYZ | 17.3 | 12.41 | 41.02 | - |
| YUV | 101.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 173 | 0.35 | 0.53 | 0 | 0.32 | 260.87 | 0.36 | 0.5 |
| Hex | 71 | 51 | AD | 23 | 35 | 0 | 20 | 105 | 24 | 32 |
| Octal | 161 | 121 | 255 | 43 | 65 | 0 | 40 | 405 | 44 | 62 |
| Binary | 1110001 | 1010001 | 10101101 | 100011 | 110101 | 0 | 100000 | 100000101 | 100100 | 110010 |
Color Harmonies of #7151AD
Complementary color
Monochromatic Colors of #7151AD
Black with #7151AD
Text Example
Text Example
White with #7151AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151AD; }
p { color: rgb(113,81,173); }
H1.HeaderClassName
{
color: #7151AD;
}
.AnyTagClassName
{
color: #7151AD;
}
</style>
background-color css
<style>
a { background-color: #7151AD; }
a { background-color: rgb(113,81,173); }
div.DivClassName
{
background-color: #7151AD;
}
.BgClassName
{
background-color: #7151AD;
}
</style>
border-color css
<style>
span { border-color: #7151AD; }
span { border-color: rgb(113,81,173); }
td.TdClassName
{
border-color: #7151AD;
}
.TagClassName
{
border-color: #7151AD;
}
</style>