Shades of Studio #7545A6
Tints of Studio #7545A6
RGB
CMYK
RGB Variations
Color information
#7545A6 (or 0x7545A6) is known color: Studio. HEX triplet: 75, 45 and A6. RGB value is (117,69,166). Sum of RGB (Red+Green+Blue) = 117+69+166=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 166 - color contains mainly: blue. Hex color #7545A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7545A6 is #8ABA59. Grayscale: #5E5E5E. Windows color (decimal): -9091674 or 10896757. OLE color: 10896757.
HSL color Cylindrical-coordinate representation of color #7545A6: hue angle of 269.69º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7545A6 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 69 | 166 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.35 |
| HSL | 269.69º | 0.41% | 0.46% | - |
| HSV(B) | 269.69º | 0.58% | 0.65% | - |
| XYZ | 16.35 | 10.79 | 37.3 | - |
| YUV | 94.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 166 | 0.30 | 0.58 | 0 | 0.35 | 269.69 | 0.41 | 0.46 |
| Hex | 75 | 45 | A6 | 1E | 3A | 0 | 23 | 10E | 29 | 2E |
| Octal | 165 | 105 | 246 | 36 | 72 | 0 | 43 | 416 | 51 | 56 |
| Binary | 1110101 | 1000101 | 10100110 | 11110 | 111010 | 0 | 100011 | 100001110 | 101001 | 101110 |
Color Harmonies of #7545A6
Complementary color
Monochromatic Colors of #7545A6
Black with #7545A6
Text Example
Text Example
White with #7545A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7545A6; }
p { color: rgb(117,69,166); }
H1.HeaderClassName
{
color: #7545A6;
}
.AnyTagClassName
{
color: #7545A6;
}
</style>
background-color css
<style>
a { background-color: #7545A6; }
a { background-color: rgb(117,69,166); }
div.DivClassName
{
background-color: #7545A6;
}
.BgClassName
{
background-color: #7545A6;
}
</style>
border-color css
<style>
span { border-color: #7545A6; }
span { border-color: rgb(117,69,166); }
td.TdClassName
{
border-color: #7545A6;
}
.TagClassName
{
border-color: #7545A6;
}
</style>