Shades of Studio #7641AA
Tints of Studio #7641AA
RGB
CMYK
RGB Variations
Color information
#7641AA (or 0x7641AA) is known color: Studio. HEX triplet: 76, 41 and AA. RGB value is (118,65,170). Sum of RGB (Red+Green+Blue) = 118+65+170=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #7641AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7641AA is #89BE55. Grayscale: #5C5C5C. Windows color (decimal): -9027158 or 11157878. OLE color: 11157878.
HSL color Cylindrical-coordinate representation of color #7641AA: hue angle of 270.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7641AA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 65 | 170 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.33 |
| HSL | 270.29º | 0.45% | 0.46% | - |
| HSV(B) | 270.29º | 0.62% | 0.67% | - |
| XYZ | 16.62 | 10.53 | 39.19 | - |
| YUV | 92.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 170 | 0.31 | 0.62 | 0 | 0.33 | 270.29 | 0.45 | 0.46 |
| Hex | 76 | 41 | AA | 1F | 3E | 0 | 21 | 10E | 2D | 2E |
| Octal | 166 | 101 | 252 | 37 | 76 | 0 | 41 | 416 | 55 | 56 |
| Binary | 1110110 | 1000001 | 10101010 | 11111 | 111110 | 0 | 100001 | 100001110 | 101101 | 101110 |
Color Harmonies of #7641AA
Complementary color
Monochromatic Colors of #7641AA
Black with #7641AA
Text Example
Text Example
White with #7641AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7641AA; }
p { color: rgb(118,65,170); }
H1.HeaderClassName
{
color: #7641AA;
}
.AnyTagClassName
{
color: #7641AA;
}
</style>
background-color css
<style>
a { background-color: #7641AA; }
a { background-color: rgb(118,65,170); }
div.DivClassName
{
background-color: #7641AA;
}
.BgClassName
{
background-color: #7641AA;
}
</style>
border-color css
<style>
span { border-color: #7641AA; }
span { border-color: rgb(118,65,170); }
td.TdClassName
{
border-color: #7641AA;
}
.TagClassName
{
border-color: #7641AA;
}
</style>