Shades of Studio #7540AA
Tints of Studio #7540AA
RGB
CMYK
RGB Variations
Color information
#7540AA (or 0x7540AA) is known color: Studio. HEX triplet: 75, 40 and AA. RGB value is (117,64,170). Sum of RGB (Red+Green+Blue) = 117+64+170=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #7540AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7540AA is #8ABF55. Grayscale: #5B5B5B. Windows color (decimal): -9092950 or 11157621. OLE color: 11157621.
HSL color Cylindrical-coordinate representation of color #7540AA: hue angle of 270º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7540AA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 64 | 170 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.33 |
| HSL | 270º | 0.45% | 0.46% | - |
| HSV(B) | 270º | 0.62% | 0.67% | - |
| XYZ | 16.43 | 10.35 | 39.16 | - |
| YUV | 91.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 170 | 0.31 | 0.62 | 0 | 0.33 | 270 | 0.45 | 0.46 |
| Hex | 75 | 40 | AA | 1F | 3E | 0 | 21 | 10E | 2D | 2E |
| Octal | 165 | 100 | 252 | 37 | 76 | 0 | 41 | 416 | 55 | 56 |
| Binary | 1110101 | 1000000 | 10101010 | 11111 | 111110 | 0 | 100001 | 100001110 | 101101 | 101110 |
Color Harmonies of #7540AA
Complementary color
Monochromatic Colors of #7540AA
Black with #7540AA
Text Example
Text Example
White with #7540AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540AA; }
p { color: rgb(117,64,170); }
H1.HeaderClassName
{
color: #7540AA;
}
.AnyTagClassName
{
color: #7540AA;
}
</style>
background-color css
<style>
a { background-color: #7540AA; }
a { background-color: rgb(117,64,170); }
div.DivClassName
{
background-color: #7540AA;
}
.BgClassName
{
background-color: #7540AA;
}
</style>
border-color css
<style>
span { border-color: #7540AA; }
span { border-color: rgb(117,64,170); }
td.TdClassName
{
border-color: #7540AA;
}
.TagClassName
{
border-color: #7540AA;
}
</style>