Shades of Studio #7652AF
Tints of Studio #7652AF
RGB
CMYK
RGB Variations
Color information
#7652AF (or 0x7652AF) is known color: Studio. HEX triplet: 76, 52 and AF. RGB value is (118,82,175). Sum of RGB (Red+Green+Blue) = 118+82+175=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #7652AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7652AF is #89AD50. Grayscale: #676767. Windows color (decimal): -9022801 or 11489910. OLE color: 11489910.
HSL color Cylindrical-coordinate representation of color #7652AF: hue angle of 263.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7652AF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 82 | 175 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.31 |
| HSL | 263.23º | 0.37% | 0.5% | - |
| HSV(B) | 263.23º | 0.53% | 0.69% | - |
| XYZ | 18.23 | 12.98 | 42.1 | - |
| YUV | 103.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 175 | 0.33 | 0.53 | 0 | 0.31 | 263.23 | 0.37 | 0.5 |
| Hex | 76 | 52 | AF | 21 | 35 | 0 | 1F | 107 | 25 | 32 |
| Octal | 166 | 122 | 257 | 41 | 65 | 0 | 37 | 407 | 45 | 62 |
| Binary | 1110110 | 1010010 | 10101111 | 100001 | 110101 | 0 | 11111 | 100000111 | 100101 | 110010 |
Color Harmonies of #7652AF
Complementary color
Monochromatic Colors of #7652AF
Black with #7652AF
Text Example
Text Example
White with #7652AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7652AF; }
p { color: rgb(118,82,175); }
H1.HeaderClassName
{
color: #7652AF;
}
.AnyTagClassName
{
color: #7652AF;
}
</style>
background-color css
<style>
a { background-color: #7652AF; }
a { background-color: rgb(118,82,175); }
div.DivClassName
{
background-color: #7652AF;
}
.BgClassName
{
background-color: #7652AF;
}
</style>
border-color css
<style>
span { border-color: #7652AF; }
span { border-color: rgb(118,82,175); }
td.TdClassName
{
border-color: #7652AF;
}
.TagClassName
{
border-color: #7652AF;
}
</style>