Shades of Studio #7549B3
Tints of Studio #7549B3
RGB
CMYK
RGB Variations
Color information
#7549B3 (or 0x7549B3) is known color: Studio. HEX triplet: 75, 49 and B3. RGB value is (117,73,179). Sum of RGB (Red+Green+Blue) = 117+73+179=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #7549B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549B3 is #8AB64C. Grayscale: #616161. Windows color (decimal): -9090637 or 11749749. OLE color: 11749749.
HSL color Cylindrical-coordinate representation of color #7549B3: hue angle of 264.91º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7549B3 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 73 | 179 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.30 |
| HSL | 264.91º | 0.42% | 0.49% | - |
| HSV(B) | 264.91º | 0.59% | 0.7% | - |
| XYZ | 17.86 | 11.8 | 43.98 | - |
| YUV | 98.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 179 | 0.35 | 0.59 | 0 | 0.30 | 264.91 | 0.42 | 0.49 |
| Hex | 75 | 49 | B3 | 23 | 3B | 0 | 1E | 109 | 2A | 31 |
| Octal | 165 | 111 | 263 | 43 | 73 | 0 | 36 | 411 | 52 | 61 |
| Binary | 1110101 | 1001001 | 10110011 | 100011 | 111011 | 0 | 11110 | 100001001 | 101010 | 110001 |
Color Harmonies of #7549B3
Complementary color
Monochromatic Colors of #7549B3
Black with #7549B3
Text Example
Text Example
White with #7549B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7549B3; }
p { color: rgb(117,73,179); }
H1.HeaderClassName
{
color: #7549B3;
}
.AnyTagClassName
{
color: #7549B3;
}
</style>
background-color css
<style>
a { background-color: #7549B3; }
a { background-color: rgb(117,73,179); }
div.DivClassName
{
background-color: #7549B3;
}
.BgClassName
{
background-color: #7549B3;
}
</style>
border-color css
<style>
span { border-color: #7549B3; }
span { border-color: rgb(117,73,179); }
td.TdClassName
{
border-color: #7549B3;
}
.TagClassName
{
border-color: #7549B3;
}
</style>