Shades of Studio #7640A2
Tints of Studio #7640A2
RGB
CMYK
RGB Variations
Color information
#7640A2 (or 0x7640A2) is known color: Studio. HEX triplet: 76, 40 and A2. RGB value is (118,64,162). Sum of RGB (Red+Green+Blue) = 118+64+162=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 162 - color contains mainly: blue. Hex color #7640A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7640A2 is #89BF5D. Grayscale: #5A5A5A. Windows color (decimal): -9027422 or 10633334. OLE color: 10633334.
HSL color Cylindrical-coordinate representation of color #7640A2: hue angle of 273.06º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7640A2 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 64 | 162 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.36 |
| HSL | 273.06º | 0.43% | 0.44% | - |
| HSV(B) | 273.06º | 0.6% | 0.64% | - |
| XYZ | 15.83 | 10.13 | 35.3 | - |
| YUV | 91.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 162 | 0.27 | 0.60 | 0 | 0.36 | 273.06 | 0.43 | 0.44 |
| Hex | 76 | 40 | A2 | 1B | 3C | 0 | 24 | 111 | 2B | 2C |
| Octal | 166 | 100 | 242 | 33 | 74 | 0 | 44 | 421 | 53 | 54 |
| Binary | 1110110 | 1000000 | 10100010 | 11011 | 111100 | 0 | 100100 | 100010001 | 101011 | 101100 |
Color Harmonies of #7640A2
Complementary color
Monochromatic Colors of #7640A2
Black with #7640A2
Text Example
Text Example
White with #7640A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7640A2; }
p { color: rgb(118,64,162); }
H1.HeaderClassName
{
color: #7640A2;
}
.AnyTagClassName
{
color: #7640A2;
}
</style>
background-color css
<style>
a { background-color: #7640A2; }
a { background-color: rgb(118,64,162); }
div.DivClassName
{
background-color: #7640A2;
}
.BgClassName
{
background-color: #7640A2;
}
</style>
border-color css
<style>
span { border-color: #7640A2; }
span { border-color: rgb(118,64,162); }
td.TdClassName
{
border-color: #7640A2;
}
.TagClassName
{
border-color: #7640A2;
}
</style>