Shades of Studio #7448AA
Tints of Studio #7448AA
RGB
CMYK
RGB Variations
Color information
#7448AA (or 0x7448AA) is known color: Studio. HEX triplet: 74, 48 and AA. RGB value is (116,72,170). Sum of RGB (Red+Green+Blue) = 116+72+170=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #7448AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7448AA is #8BB755. Grayscale: #5F5F5F. Windows color (decimal): -9156438 or 11159668. OLE color: 11159668.
HSL color Cylindrical-coordinate representation of color #7448AA: hue angle of 266.94º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7448AA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 72 | 170 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.33 |
| HSL | 266.94º | 0.4% | 0.47% | - |
| HSV(B) | 266.94º | 0.58% | 0.67% | - |
| XYZ | 16.78 | 11.25 | 39.32 | - |
| YUV | 96.33 | 169.58 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 170 | 0.32 | 0.58 | 0 | 0.33 | 266.94 | 0.4 | 0.47 |
| Hex | 74 | 48 | AA | 20 | 3A | 0 | 21 | 10B | 28 | 2F |
| Octal | 164 | 110 | 252 | 40 | 72 | 0 | 41 | 413 | 50 | 57 |
| Binary | 1110100 | 1001000 | 10101010 | 100000 | 111010 | 0 | 100001 | 100001011 | 101000 | 101111 |
Color Harmonies of #7448AA
Complementary color
Monochromatic Colors of #7448AA
Black with #7448AA
Text Example
Text Example
White with #7448AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448AA; }
p { color: rgb(116,72,170); }
H1.HeaderClassName
{
color: #7448AA;
}
.AnyTagClassName
{
color: #7448AA;
}
</style>
background-color css
<style>
a { background-color: #7448AA; }
a { background-color: rgb(116,72,170); }
div.DivClassName
{
background-color: #7448AA;
}
.BgClassName
{
background-color: #7448AA;
}
</style>
border-color css
<style>
span { border-color: #7448AA; }
span { border-color: rgb(116,72,170); }
td.TdClassName
{
border-color: #7448AA;
}
.TagClassName
{
border-color: #7448AA;
}
</style>