Shades of Studio #7146A5
Tints of Studio #7146A5
RGB
CMYK
RGB Variations
Color information
#7146A5 (or 0x7146A5) is known color: Studio. HEX triplet: 71, 46 and A5. RGB value is (113,70,165). Sum of RGB (Red+Green+Blue) = 113+70+165=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #7146A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7146A5 is #8EB95A. Grayscale: #5D5D5D. Windows color (decimal): -9353563 or 10831473. OLE color: 10831473.
HSL color Cylindrical-coordinate representation of color #7146A5: hue angle of 267.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7146A5 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 70 | 165 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.35 |
| HSL | 267.16º | 0.4% | 0.46% | - |
| HSV(B) | 267.16º | 0.58% | 0.65% | - |
| XYZ | 15.79 | 10.61 | 36.81 | - |
| YUV | 93.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 165 | 0.32 | 0.58 | 0 | 0.35 | 267.16 | 0.4 | 0.46 |
| Hex | 71 | 46 | A5 | 20 | 3A | 0 | 23 | 10B | 28 | 2E |
| Octal | 161 | 106 | 245 | 40 | 72 | 0 | 43 | 413 | 50 | 56 |
| Binary | 1110001 | 1000110 | 10100101 | 100000 | 111010 | 0 | 100011 | 100001011 | 101000 | 101110 |
Color Harmonies of #7146A5
Complementary color
Monochromatic Colors of #7146A5
Black with #7146A5
Text Example
Text Example
White with #7146A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7146A5; }
p { color: rgb(113,70,165); }
H1.HeaderClassName
{
color: #7146A5;
}
.AnyTagClassName
{
color: #7146A5;
}
</style>
background-color css
<style>
a { background-color: #7146A5; }
a { background-color: rgb(113,70,165); }
div.DivClassName
{
background-color: #7146A5;
}
.BgClassName
{
background-color: #7146A5;
}
</style>
border-color css
<style>
span { border-color: #7146A5; }
span { border-color: rgb(113,70,165); }
td.TdClassName
{
border-color: #7146A5;
}
.TagClassName
{
border-color: #7146A5;
}
</style>