Shades of Studio #7048AB
Tints of Studio #7048AB
RGB
CMYK
RGB Variations
Color information
#7048AB (or 0x7048AB) is known color: Studio. HEX triplet: 70, 48 and AB. RGB value is (112,72,171). Sum of RGB (Red+Green+Blue) = 112+72+171=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #7048AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7048AB is #8FB754. Grayscale: #5E5E5E. Windows color (decimal): -9418581 or 11225200. OLE color: 11225200.
HSL color Cylindrical-coordinate representation of color #7048AB: hue angle of 264.24º 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 #7048AB is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 72 | 171 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.33 |
| HSL | 264.24º | 0.41% | 0.48% | - |
| HSV(B) | 264.24º | 0.58% | 0.67% | - |
| XYZ | 16.35 | 11.02 | 39.79 | - |
| YUV | 95.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 72 | 171 | 0.35 | 0.58 | 0 | 0.33 | 264.24 | 0.41 | 0.48 |
| Hex | 70 | 48 | AB | 23 | 3A | 0 | 21 | 108 | 29 | 30 |
| Octal | 160 | 110 | 253 | 43 | 72 | 0 | 41 | 410 | 51 | 60 |
| Binary | 1110000 | 1001000 | 10101011 | 100011 | 111010 | 0 | 100001 | 100001000 | 101001 | 110000 |
Color Harmonies of #7048AB
Complementary color
Monochromatic Colors of #7048AB
Black with #7048AB
Text Example
Text Example
White with #7048AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7048AB; }
p { color: rgb(112,72,171); }
H1.HeaderClassName
{
color: #7048AB;
}
.AnyTagClassName
{
color: #7048AB;
}
</style>
background-color css
<style>
a { background-color: #7048AB; }
a { background-color: rgb(112,72,171); }
div.DivClassName
{
background-color: #7048AB;
}
.BgClassName
{
background-color: #7048AB;
}
</style>
border-color css
<style>
span { border-color: #7048AB; }
span { border-color: rgb(112,72,171); }
td.TdClassName
{
border-color: #7048AB;
}
.TagClassName
{
border-color: #7048AB;
}
</style>