Shades of Studio #7540B7
Tints of Studio #7540B7
RGB
CMYK
RGB Variations
Color information
#7540B7 (or 0x7540B7) is known color: Studio. HEX triplet: 75, 40 and B7. RGB value is (117,64,183). Sum of RGB (Red+Green+Blue) = 117+64+183=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #7540B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540B7 is #8ABF48. Grayscale: #5C5C5C. Windows color (decimal): -9092937 or 12009589. OLE color: 12009589.
HSL color Cylindrical-coordinate representation of color #7540B7: hue angle of 266.72º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7540B7 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 64 | 183 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.28 |
| HSL | 266.72º | 0.48% | 0.48% | - |
| HSV(B) | 266.72º | 0.65% | 0.72% | - |
| XYZ | 17.72 | 10.87 | 45.96 | - |
| YUV | 93.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 183 | 0.36 | 0.65 | 0 | 0.28 | 266.72 | 0.48 | 0.48 |
| Hex | 75 | 40 | B7 | 24 | 41 | 0 | 1C | 10B | 30 | 30 |
| Octal | 165 | 100 | 267 | 44 | 101 | 0 | 34 | 413 | 60 | 60 |
| Binary | 1110101 | 1000000 | 10110111 | 100100 | 1000001 | 0 | 11100 | 100001011 | 110000 | 110000 |
Color Harmonies of #7540B7
Complementary color
Monochromatic Colors of #7540B7
Black with #7540B7
Text Example
Text Example
White with #7540B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7540B7; }
p { color: rgb(117,64,183); }
H1.HeaderClassName
{
color: #7540B7;
}
.AnyTagClassName
{
color: #7540B7;
}
</style>
background-color css
<style>
a { background-color: #7540B7; }
a { background-color: rgb(117,64,183); }
div.DivClassName
{
background-color: #7540B7;
}
.BgClassName
{
background-color: #7540B7;
}
</style>
border-color css
<style>
span { border-color: #7540B7; }
span { border-color: rgb(117,64,183); }
td.TdClassName
{
border-color: #7540B7;
}
.TagClassName
{
border-color: #7540B7;
}
</style>