Shades of Studio #7441AD
Tints of Studio #7441AD
RGB
CMYK
RGB Variations
Color information
#7441AD (or 0x7441AD) is known color: Studio. HEX triplet: 74, 41 and AD. RGB value is (116,65,173). Sum of RGB (Red+Green+Blue) = 116+65+173=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #7441AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7441AD is #8BBE52. Grayscale: #5C5C5C. Windows color (decimal): -9158227 or 11354484. OLE color: 11354484.
HSL color Cylindrical-coordinate representation of color #7441AD: hue angle of 268.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7441AD is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 65 | 173 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.32 |
| HSL | 268.33º | 0.45% | 0.47% | - |
| HSV(B) | 268.33º | 0.62% | 0.68% | - |
| XYZ | 16.64 | 10.51 | 40.69 | - |
| YUV | 92.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 173 | 0.33 | 0.62 | 0 | 0.32 | 268.33 | 0.45 | 0.47 |
| Hex | 74 | 41 | AD | 21 | 3E | 0 | 20 | 10C | 2D | 2F |
| Octal | 164 | 101 | 255 | 41 | 76 | 0 | 40 | 414 | 55 | 57 |
| Binary | 1110100 | 1000001 | 10101101 | 100001 | 111110 | 0 | 100000 | 100001100 | 101101 | 101111 |
Color Harmonies of #7441AD
Complementary color
Monochromatic Colors of #7441AD
Black with #7441AD
Text Example
Text Example
White with #7441AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441AD; }
p { color: rgb(116,65,173); }
H1.HeaderClassName
{
color: #7441AD;
}
.AnyTagClassName
{
color: #7441AD;
}
</style>
background-color css
<style>
a { background-color: #7441AD; }
a { background-color: rgb(116,65,173); }
div.DivClassName
{
background-color: #7441AD;
}
.BgClassName
{
background-color: #7441AD;
}
</style>
border-color css
<style>
span { border-color: #7441AD; }
span { border-color: rgb(116,65,173); }
td.TdClassName
{
border-color: #7441AD;
}
.TagClassName
{
border-color: #7441AD;
}
</style>