Shades of Studio #7146AD
Tints of Studio #7146AD
RGB
CMYK
RGB Variations
Color information
#7146AD (or 0x7146AD) is known color: Studio. HEX triplet: 71, 46 and AD. RGB value is (113,70,173). Sum of RGB (Red+Green+Blue) = 113+70+173=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #7146AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7146AD is #8EB952. Grayscale: #5E5E5E. Windows color (decimal): -9353555 or 11355761. OLE color: 11355761.
HSL color Cylindrical-coordinate representation of color #7146AD: hue angle of 265.05º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7146AD is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 70 | 173 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.32 |
| HSL | 265.05º | 0.42% | 0.48% | - |
| HSV(B) | 265.05º | 0.6% | 0.68% | - |
| XYZ | 16.54 | 10.91 | 40.77 | - |
| YUV | 94.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 173 | 0.35 | 0.60 | 0 | 0.32 | 265.05 | 0.42 | 0.48 |
| Hex | 71 | 46 | AD | 23 | 3C | 0 | 20 | 109 | 2A | 30 |
| Octal | 161 | 106 | 255 | 43 | 74 | 0 | 40 | 411 | 52 | 60 |
| Binary | 1110001 | 1000110 | 10101101 | 100011 | 111100 | 0 | 100000 | 100001001 | 101010 | 110000 |
Color Harmonies of #7146AD
Complementary color
Monochromatic Colors of #7146AD
Black with #7146AD
Text Example
Text Example
White with #7146AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7146AD; }
p { color: rgb(113,70,173); }
H1.HeaderClassName
{
color: #7146AD;
}
.AnyTagClassName
{
color: #7146AD;
}
</style>
background-color css
<style>
a { background-color: #7146AD; }
a { background-color: rgb(113,70,173); }
div.DivClassName
{
background-color: #7146AD;
}
.BgClassName
{
background-color: #7146AD;
}
</style>
border-color css
<style>
span { border-color: #7146AD; }
span { border-color: rgb(113,70,173); }
td.TdClassName
{
border-color: #7146AD;
}
.TagClassName
{
border-color: #7146AD;
}
</style>