Shades of Studio #7749A5
Tints of Studio #7749A5
RGB
CMYK
RGB Variations
Color information
#7749A5 (or 0x7749A5) is known color: Studio. HEX triplet: 77, 49 and A5. RGB value is (119,73,165). Sum of RGB (Red+Green+Blue) = 119+73+165=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #7749A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7749A5 is #88B65A. Grayscale: #606060. Windows color (decimal): -8959579 or 10832247. OLE color: 10832247.
HSL color Cylindrical-coordinate representation of color #7749A5: hue angle of 270º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7749A5 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 119 | 73 | 165 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.35 |
| HSL | 270º | 0.39% | 0.47% | - |
| HSV(B) | 270º | 0.56% | 0.65% | - |
| XYZ | 16.78 | 11.4 | 36.91 | - |
| YUV | 97.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 165 | 0.28 | 0.56 | 0 | 0.35 | 270 | 0.39 | 0.47 |
| Hex | 77 | 49 | A5 | 1C | 38 | 0 | 23 | 10E | 27 | 2F |
| Octal | 167 | 111 | 245 | 34 | 70 | 0 | 43 | 416 | 47 | 57 |
| Binary | 1110111 | 1001001 | 10100101 | 11100 | 111000 | 0 | 100011 | 100001110 | 100111 | 101111 |
Color Harmonies of #7749A5
Complementary color
Monochromatic Colors of #7749A5
Black with #7749A5
Text Example
Text Example
White with #7749A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7749A5; }
p { color: rgb(119,73,165); }
H1.HeaderClassName
{
color: #7749A5;
}
.AnyTagClassName
{
color: #7749A5;
}
</style>
background-color css
<style>
a { background-color: #7749A5; }
a { background-color: rgb(119,73,165); }
div.DivClassName
{
background-color: #7749A5;
}
.BgClassName
{
background-color: #7749A5;
}
</style>
border-color css
<style>
span { border-color: #7749A5; }
span { border-color: rgb(119,73,165); }
td.TdClassName
{
border-color: #7749A5;
}
.TagClassName
{
border-color: #7749A5;
}
</style>