Shades of Studio #7741AE
Tints of Studio #7741AE
RGB
CMYK
RGB Variations
Color information
#7741AE (or 0x7741AE) is known color: Studio. HEX triplet: 77, 41 and AE. RGB value is (119,65,174). Sum of RGB (Red+Green+Blue) = 119+65+174=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #7741AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7741AE is #88BE51. Grayscale: #5D5D5D. Windows color (decimal): -8961618 or 11420023. OLE color: 11420023.
HSL color Cylindrical-coordinate representation of color #7741AE: hue angle of 269.72º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7741AE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 65 | 174 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.32 |
| HSL | 269.72º | 0.46% | 0.47% | - |
| HSV(B) | 269.72º | 0.63% | 0.68% | - |
| XYZ | 17.14 | 10.76 | 41.22 | - |
| YUV | 93.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 174 | 0.32 | 0.63 | 0 | 0.32 | 269.72 | 0.46 | 0.47 |
| Hex | 77 | 41 | AE | 20 | 3F | 0 | 20 | 10E | 2E | 2F |
| Octal | 167 | 101 | 256 | 40 | 77 | 0 | 40 | 416 | 56 | 57 |
| Binary | 1110111 | 1000001 | 10101110 | 100000 | 111111 | 0 | 100000 | 100001110 | 101110 | 101111 |
Color Harmonies of #7741AE
Complementary color
Monochromatic Colors of #7741AE
Black with #7741AE
Text Example
Text Example
White with #7741AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7741AE; }
p { color: rgb(119,65,174); }
H1.HeaderClassName
{
color: #7741AE;
}
.AnyTagClassName
{
color: #7741AE;
}
</style>
background-color css
<style>
a { background-color: #7741AE; }
a { background-color: rgb(119,65,174); }
div.DivClassName
{
background-color: #7741AE;
}
.BgClassName
{
background-color: #7741AE;
}
</style>
border-color css
<style>
span { border-color: #7741AE; }
span { border-color: rgb(119,65,174); }
td.TdClassName
{
border-color: #7741AE;
}
.TagClassName
{
border-color: #7741AE;
}
</style>