Shades of Studio #7444AB
Tints of Studio #7444AB
RGB
CMYK
RGB Variations
Color information
#7444AB (or 0x7444AB) is known color: Studio. HEX triplet: 74, 44 and AB. RGB value is (116,68,171). Sum of RGB (Red+Green+Blue) = 116+68+171=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 68 (26.95% from 255 or 19.15% 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 #7444AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7444AB is #8BBB54. Grayscale: #5D5D5D. Windows color (decimal): -9157461 or 11224180. OLE color: 11224180.
HSL color Cylindrical-coordinate representation of color #7444AB: hue angle of 267.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7444AB is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 68 | 171 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.33 |
| HSL | 267.96º | 0.43% | 0.47% | - |
| HSV(B) | 267.96º | 0.6% | 0.67% | - |
| XYZ | 16.62 | 10.79 | 39.73 | - |
| YUV | 94.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 171 | 0.32 | 0.60 | 0 | 0.33 | 267.96 | 0.43 | 0.47 |
| Hex | 74 | 44 | AB | 20 | 3C | 0 | 21 | 10C | 2B | 2F |
| Octal | 164 | 104 | 253 | 40 | 74 | 0 | 41 | 414 | 53 | 57 |
| Binary | 1110100 | 1000100 | 10101011 | 100000 | 111100 | 0 | 100001 | 100001100 | 101011 | 101111 |
Color Harmonies of #7444AB
Complementary color
Monochromatic Colors of #7444AB
Black with #7444AB
Text Example
Text Example
White with #7444AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7444AB; }
p { color: rgb(116,68,171); }
H1.HeaderClassName
{
color: #7444AB;
}
.AnyTagClassName
{
color: #7444AB;
}
</style>
background-color css
<style>
a { background-color: #7444AB; }
a { background-color: rgb(116,68,171); }
div.DivClassName
{
background-color: #7444AB;
}
.BgClassName
{
background-color: #7444AB;
}
</style>
border-color css
<style>
span { border-color: #7444AB; }
span { border-color: rgb(116,68,171); }
td.TdClassName
{
border-color: #7444AB;
}
.TagClassName
{
border-color: #7444AB;
}
</style>