Shades of Studio #7542AB
Tints of Studio #7542AB
RGB
CMYK
RGB Variations
Color information
#7542AB (or 0x7542AB) is known color: Studio. HEX triplet: 75, 42 and AB. RGB value is (117,66,171). Sum of RGB (Red+Green+Blue) = 117+66+171=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7542AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7542AB is #8ABD54. Grayscale: #5C5C5C. Windows color (decimal): -9092437 or 11223669. OLE color: 11223669.
HSL color Cylindrical-coordinate representation of color #7542AB: hue angle of 269.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7542AB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 66 | 171 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.33 |
| HSL | 269.14º | 0.44% | 0.46% | - |
| HSV(B) | 269.14º | 0.61% | 0.67% | - |
| XYZ | 16.64 | 10.62 | 39.7 | - |
| YUV | 93.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 171 | 0.32 | 0.61 | 0 | 0.33 | 269.14 | 0.44 | 0.46 |
| Hex | 75 | 42 | AB | 20 | 3D | 0 | 21 | 10D | 2C | 2E |
| Octal | 165 | 102 | 253 | 40 | 75 | 0 | 41 | 415 | 54 | 56 |
| Binary | 1110101 | 1000010 | 10101011 | 100000 | 111101 | 0 | 100001 | 100001101 | 101100 | 101110 |
Color Harmonies of #7542AB
Complementary color
Monochromatic Colors of #7542AB
Black with #7542AB
Text Example
Text Example
White with #7542AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7542AB; }
p { color: rgb(117,66,171); }
H1.HeaderClassName
{
color: #7542AB;
}
.AnyTagClassName
{
color: #7542AB;
}
</style>
background-color css
<style>
a { background-color: #7542AB; }
a { background-color: rgb(117,66,171); }
div.DivClassName
{
background-color: #7542AB;
}
.BgClassName
{
background-color: #7542AB;
}
</style>
border-color css
<style>
span { border-color: #7542AB; }
span { border-color: rgb(117,66,171); }
td.TdClassName
{
border-color: #7542AB;
}
.TagClassName
{
border-color: #7542AB;
}
</style>