Shades of Studio #7148AB
Tints of Studio #7148AB
RGB
CMYK
RGB Variations
Color information
#7148AB (or 0x7148AB) is known color: Studio. HEX triplet: 71, 48 and AB. RGB value is (113,72,171). Sum of RGB (Red+Green+Blue) = 113+72+171=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #7148AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7148AB is #8EB754. Grayscale: #5F5F5F. Windows color (decimal): -9353045 or 11225201. OLE color: 11225201.
HSL color Cylindrical-coordinate representation of color #7148AB: hue angle of 264.85º 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 #7148AB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 72 | 171 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.33 |
| HSL | 264.85º | 0.41% | 0.48% | - |
| HSV(B) | 264.85º | 0.58% | 0.67% | - |
| XYZ | 16.48 | 11.09 | 39.8 | - |
| YUV | 95.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 171 | 0.34 | 0.58 | 0 | 0.33 | 264.85 | 0.41 | 0.48 |
| Hex | 71 | 48 | AB | 22 | 3A | 0 | 21 | 109 | 29 | 30 |
| Octal | 161 | 110 | 253 | 42 | 72 | 0 | 41 | 411 | 51 | 60 |
| Binary | 1110001 | 1001000 | 10101011 | 100010 | 111010 | 0 | 100001 | 100001001 | 101001 | 110000 |
Color Harmonies of #7148AB
Complementary color
Monochromatic Colors of #7148AB
Black with #7148AB
Text Example
Text Example
White with #7148AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7148AB; }
p { color: rgb(113,72,171); }
H1.HeaderClassName
{
color: #7148AB;
}
.AnyTagClassName
{
color: #7148AB;
}
</style>
background-color css
<style>
a { background-color: #7148AB; }
a { background-color: rgb(113,72,171); }
div.DivClassName
{
background-color: #7148AB;
}
.BgClassName
{
background-color: #7148AB;
}
</style>
border-color css
<style>
span { border-color: #7148AB; }
span { border-color: rgb(113,72,171); }
td.TdClassName
{
border-color: #7148AB;
}
.TagClassName
{
border-color: #7148AB;
}
</style>