Shades of Studio #7741AD
Tints of Studio #7741AD
RGB
CMYK
RGB Variations
Color information
#7741AD (or 0x7741AD) is known color: Studio. HEX triplet: 77, 41 and AD. RGB value is (119,65,173). Sum of RGB (Red+Green+Blue) = 119+65+173=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #7741AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7741AD is #88BE52. Grayscale: #5D5D5D. Windows color (decimal): -8961619 or 11354487. OLE color: 11354487.
HSL color Cylindrical-coordinate representation of color #7741AD: hue angle of 270º 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 #7741AD is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 65 | 173 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.32 |
| HSL | 270º | 0.45% | 0.47% | - |
| HSV(B) | 270º | 0.62% | 0.68% | - |
| XYZ | 17.04 | 10.72 | 40.71 | - |
| YUV | 93.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 173 | 0.31 | 0.62 | 0 | 0.32 | 270 | 0.45 | 0.47 |
| Hex | 77 | 41 | AD | 1F | 3E | 0 | 20 | 10E | 2D | 2F |
| Octal | 167 | 101 | 255 | 37 | 76 | 0 | 40 | 416 | 55 | 57 |
| Binary | 1110111 | 1000001 | 10101101 | 11111 | 111110 | 0 | 100000 | 100001110 | 101101 | 101111 |
Color Harmonies of #7741AD
Complementary color
Monochromatic Colors of #7741AD
Black with #7741AD
Text Example
Text Example
White with #7741AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7741AD; }
p { color: rgb(119,65,173); }
H1.HeaderClassName
{
color: #7741AD;
}
.AnyTagClassName
{
color: #7741AD;
}
</style>
background-color css
<style>
a { background-color: #7741AD; }
a { background-color: rgb(119,65,173); }
div.DivClassName
{
background-color: #7741AD;
}
.BgClassName
{
background-color: #7741AD;
}
</style>
border-color css
<style>
span { border-color: #7741AD; }
span { border-color: rgb(119,65,173); }
td.TdClassName
{
border-color: #7741AD;
}
.TagClassName
{
border-color: #7741AD;
}
</style>