Shades of Studio #7441A0
Tints of Studio #7441A0
RGB
CMYK
RGB Variations
Color information
#7441A0 (or 0x7441A0) is known color: Studio. HEX triplet: 74, 41 and A0. RGB value is (116,65,160). Sum of RGB (Red+Green+Blue) = 116+65+160=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #7441A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7441A0 is #8BBE5F. Grayscale: #5A5A5A. Windows color (decimal): -9158240 or 10502516. OLE color: 10502516.
HSL color Cylindrical-coordinate representation of color #7441A0: hue angle of 272.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7441A0 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 65 | 160 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.37 |
| HSL | 272.21º | 0.42% | 0.44% | - |
| HSV(B) | 272.21º | 0.59% | 0.63% | - |
| XYZ | 15.44 | 10.03 | 34.38 | - |
| YUV | 91.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 160 | 0.28 | 0.59 | 0 | 0.37 | 272.21 | 0.42 | 0.44 |
| Hex | 74 | 41 | A0 | 1C | 3B | 0 | 25 | 110 | 2A | 2C |
| Octal | 164 | 101 | 240 | 34 | 73 | 0 | 45 | 420 | 52 | 54 |
| Binary | 1110100 | 1000001 | 10100000 | 11100 | 111011 | 0 | 100101 | 100010000 | 101010 | 101100 |
Color Harmonies of #7441A0
Complementary color
Monochromatic Colors of #7441A0
Black with #7441A0
Text Example
Text Example
White with #7441A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441A0; }
p { color: rgb(116,65,160); }
H1.HeaderClassName
{
color: #7441A0;
}
.AnyTagClassName
{
color: #7441A0;
}
</style>
background-color css
<style>
a { background-color: #7441A0; }
a { background-color: rgb(116,65,160); }
div.DivClassName
{
background-color: #7441A0;
}
.BgClassName
{
background-color: #7441A0;
}
</style>
border-color css
<style>
span { border-color: #7441A0; }
span { border-color: rgb(116,65,160); }
td.TdClassName
{
border-color: #7441A0;
}
.TagClassName
{
border-color: #7441A0;
}
</style>