Shades of Studio #744EAC
Tints of Studio #744EAC
RGB
CMYK
RGB Variations
Color information
#744EAC (or 0x744EAC) is known color: Studio. HEX triplet: 74, 4E and AC. RGB value is (116,78,172). Sum of RGB (Red+Green+Blue) = 116+78+172=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #744EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744EAC is #8BB153. Grayscale: #636363. Windows color (decimal): -9154900 or 11292276. OLE color: 11292276.
HSL color Cylindrical-coordinate representation of color #744EAC: hue angle of 264.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #744EAC is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 78 | 172 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.33 |
| HSL | 264.26º | 0.38% | 0.49% | - |
| HSV(B) | 264.26º | 0.55% | 0.67% | - |
| XYZ | 17.37 | 12.14 | 40.46 | - |
| YUV | 100.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 172 | 0.33 | 0.55 | 0 | 0.33 | 264.26 | 0.38 | 0.49 |
| Hex | 74 | 4E | AC | 21 | 37 | 0 | 21 | 108 | 26 | 31 |
| Octal | 164 | 116 | 254 | 41 | 67 | 0 | 41 | 410 | 46 | 61 |
| Binary | 1110100 | 1001110 | 10101100 | 100001 | 110111 | 0 | 100001 | 100001000 | 100110 | 110001 |
Color Harmonies of #744EAC
Complementary color
Monochromatic Colors of #744EAC
Black with #744EAC
Text Example
Text Example
White with #744EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744EAC; }
p { color: rgb(116,78,172); }
H1.HeaderClassName
{
color: #744EAC;
}
.AnyTagClassName
{
color: #744EAC;
}
</style>
background-color css
<style>
a { background-color: #744EAC; }
a { background-color: rgb(116,78,172); }
div.DivClassName
{
background-color: #744EAC;
}
.BgClassName
{
background-color: #744EAC;
}
</style>
border-color css
<style>
span { border-color: #744EAC; }
span { border-color: rgb(116,78,172); }
td.TdClassName
{
border-color: #744EAC;
}
.TagClassName
{
border-color: #744EAC;
}
</style>