Shades of Studio #7441AC
Tints of Studio #7441AC
RGB
CMYK
RGB Variations
Color information
#7441AC (or 0x7441AC) is known color: Studio. HEX triplet: 74, 41 and AC. RGB value is (116,65,172). Sum of RGB (Red+Green+Blue) = 116+65+172=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #7441AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7441AC is #8BBE53. Grayscale: #5C5C5C. Windows color (decimal): -9158228 or 11288948. OLE color: 11288948.
HSL color Cylindrical-coordinate representation of color #7441AC: hue angle of 268.6º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7441AC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 65 | 172 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.33 |
| HSL | 268.6º | 0.45% | 0.46% | - |
| HSV(B) | 268.6º | 0.62% | 0.67% | - |
| XYZ | 16.54 | 10.47 | 40.18 | - |
| YUV | 92.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 172 | 0.33 | 0.62 | 0 | 0.33 | 268.6 | 0.45 | 0.46 |
| Hex | 74 | 41 | AC | 21 | 3E | 0 | 21 | 10D | 2D | 2E |
| Octal | 164 | 101 | 254 | 41 | 76 | 0 | 41 | 415 | 55 | 56 |
| Binary | 1110100 | 1000001 | 10101100 | 100001 | 111110 | 0 | 100001 | 100001101 | 101101 | 101110 |
Color Harmonies of #7441AC
Complementary color
Monochromatic Colors of #7441AC
Black with #7441AC
Text Example
Text Example
White with #7441AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441AC; }
p { color: rgb(116,65,172); }
H1.HeaderClassName
{
color: #7441AC;
}
.AnyTagClassName
{
color: #7441AC;
}
</style>
background-color css
<style>
a { background-color: #7441AC; }
a { background-color: rgb(116,65,172); }
div.DivClassName
{
background-color: #7441AC;
}
.BgClassName
{
background-color: #7441AC;
}
</style>
border-color css
<style>
span { border-color: #7441AC; }
span { border-color: rgb(116,65,172); }
td.TdClassName
{
border-color: #7441AC;
}
.TagClassName
{
border-color: #7441AC;
}
</style>