Shades of Studio #75519C
Tints of Studio #75519C
RGB
CMYK
RGB Variations
Color information
#75519C (or 0x75519C) is known color: Studio. HEX triplet: 75, 51 and 9C. RGB value is (117,81,156). Sum of RGB (Red+Green+Blue) = 117+81+156=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #75519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75519C is #8AAE63. Grayscale: #646464. Windows color (decimal): -9088612 or 10244469. OLE color: 10244469.
HSL color Cylindrical-coordinate representation of color #75519C: hue angle of 268.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75519C is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 81 | 156 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.39 |
| HSL | 268.8º | 0.32% | 0.46% | - |
| HSV(B) | 268.8º | 0.48% | 0.61% | - |
| XYZ | 16.28 | 12.07 | 32.92 | - |
| YUV | 100.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 156 | 0.25 | 0.48 | 0 | 0.39 | 268.8 | 0.32 | 0.46 |
| Hex | 75 | 51 | 9C | 19 | 30 | 0 | 27 | 10D | 20 | 2E |
| Octal | 165 | 121 | 234 | 31 | 60 | 0 | 47 | 415 | 40 | 56 |
| Binary | 1110101 | 1010001 | 10011100 | 11001 | 110000 | 0 | 100111 | 100001101 | 100000 | 101110 |
Color Harmonies of #75519C
Complementary color
Monochromatic Colors of #75519C
Black with #75519C
Text Example
Text Example
White with #75519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75519C; }
p { color: rgb(117,81,156); }
H1.HeaderClassName
{
color: #75519C;
}
.AnyTagClassName
{
color: #75519C;
}
</style>
background-color css
<style>
a { background-color: #75519C; }
a { background-color: rgb(117,81,156); }
div.DivClassName
{
background-color: #75519C;
}
.BgClassName
{
background-color: #75519C;
}
</style>
border-color css
<style>
span { border-color: #75519C; }
span { border-color: rgb(117,81,156); }
td.TdClassName
{
border-color: #75519C;
}
.TagClassName
{
border-color: #75519C;
}
</style>