Shades of Studio #7647B1
Tints of Studio #7647B1
RGB
CMYK
RGB Variations
Color information
#7647B1 (or 0x7647B1) is known color: Studio. HEX triplet: 76, 47 and B1. RGB value is (118,71,177). Sum of RGB (Red+Green+Blue) = 118+71+177=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #7647B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7647B1 is #89B84E. Grayscale: #606060. Windows color (decimal): -9025615 or 11618166. OLE color: 11618166.
HSL color Cylindrical-coordinate representation of color #7647B1: hue angle of 266.6º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7647B1 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 71 | 177 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.31 |
| HSL | 266.6º | 0.43% | 0.49% | - |
| HSV(B) | 266.6º | 0.6% | 0.69% | - |
| XYZ | 17.66 | 11.53 | 42.89 | - |
| YUV | 97.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 177 | 0.33 | 0.60 | 0 | 0.31 | 266.6 | 0.43 | 0.49 |
| Hex | 76 | 47 | B1 | 21 | 3C | 0 | 1F | 10B | 2B | 31 |
| Octal | 166 | 107 | 261 | 41 | 74 | 0 | 37 | 413 | 53 | 61 |
| Binary | 1110110 | 1000111 | 10110001 | 100001 | 111100 | 0 | 11111 | 100001011 | 101011 | 110001 |
Color Harmonies of #7647B1
Complementary color
Monochromatic Colors of #7647B1
Black with #7647B1
Text Example
Text Example
White with #7647B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7647B1; }
p { color: rgb(118,71,177); }
H1.HeaderClassName
{
color: #7647B1;
}
.AnyTagClassName
{
color: #7647B1;
}
</style>
background-color css
<style>
a { background-color: #7647B1; }
a { background-color: rgb(118,71,177); }
div.DivClassName
{
background-color: #7647B1;
}
.BgClassName
{
background-color: #7647B1;
}
</style>
border-color css
<style>
span { border-color: #7647B1; }
span { border-color: rgb(118,71,177); }
td.TdClassName
{
border-color: #7647B1;
}
.TagClassName
{
border-color: #7647B1;
}
</style>