Shades of Studio #7148AC
Tints of Studio #7148AC
RGB
CMYK
RGB Variations
Color information
#7148AC (or 0x7148AC) is known color: Studio. HEX triplet: 71, 48 and AC. RGB value is (113,72,172). Sum of RGB (Red+Green+Blue) = 113+72+172=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #7148AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7148AC is #8EB753. Grayscale: #5F5F5F. Windows color (decimal): -9353044 or 11290737. OLE color: 11290737.
HSL color Cylindrical-coordinate representation of color #7148AC: hue angle of 264.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7148AC is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 72 | 172 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.33 |
| HSL | 264.6º | 0.41% | 0.48% | - |
| HSV(B) | 264.6º | 0.58% | 0.67% | - |
| XYZ | 16.57 | 11.12 | 40.3 | - |
| YUV | 95.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 172 | 0.34 | 0.58 | 0 | 0.33 | 264.6 | 0.41 | 0.48 |
| Hex | 71 | 48 | AC | 22 | 3A | 0 | 21 | 109 | 29 | 30 |
| Octal | 161 | 110 | 254 | 42 | 72 | 0 | 41 | 411 | 51 | 60 |
| Binary | 1110001 | 1001000 | 10101100 | 100010 | 111010 | 0 | 100001 | 100001001 | 101001 | 110000 |
Color Harmonies of #7148AC
Complementary color
Monochromatic Colors of #7148AC
Black with #7148AC
Text Example
Text Example
White with #7148AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7148AC; }
p { color: rgb(113,72,172); }
H1.HeaderClassName
{
color: #7148AC;
}
.AnyTagClassName
{
color: #7148AC;
}
</style>
background-color css
<style>
a { background-color: #7148AC; }
a { background-color: rgb(113,72,172); }
div.DivClassName
{
background-color: #7148AC;
}
.BgClassName
{
background-color: #7148AC;
}
</style>
border-color css
<style>
span { border-color: #7148AC; }
span { border-color: rgb(113,72,172); }
td.TdClassName
{
border-color: #7148AC;
}
.TagClassName
{
border-color: #7148AC;
}
</style>