Shades of Studio #75519F
Tints of Studio #75519F
RGB
CMYK
RGB Variations
Color information
#75519F (or 0x75519F) is known color: Studio. HEX triplet: 75, 51 and 9F. RGB value is (117,81,159). Sum of RGB (Red+Green+Blue) = 117+81+159=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #75519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75519F is #8AAE60. Grayscale: #646464. Windows color (decimal): -9088609 or 10441077. OLE color: 10441077.
HSL color Cylindrical-coordinate representation of color #75519F: hue angle of 267.69º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75519F is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 81 | 159 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.38 |
| HSL | 267.69º | 0.33% | 0.47% | - |
| HSV(B) | 267.69º | 0.49% | 0.62% | - |
| XYZ | 16.54 | 12.17 | 34.28 | - |
| YUV | 100.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 159 | 0.26 | 0.49 | 0 | 0.38 | 267.69 | 0.33 | 0.47 |
| Hex | 75 | 51 | 9F | 1A | 31 | 0 | 26 | 10C | 20 | 2F |
| Octal | 165 | 121 | 237 | 32 | 61 | 0 | 46 | 414 | 40 | 57 |
| Binary | 1110101 | 1010001 | 10011111 | 11010 | 110001 | 0 | 100110 | 100001100 | 100000 | 101111 |
Color Harmonies of #75519F
Complementary color
Monochromatic Colors of #75519F
Black with #75519F
Text Example
Text Example
White with #75519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75519F; }
p { color: rgb(117,81,159); }
H1.HeaderClassName
{
color: #75519F;
}
.AnyTagClassName
{
color: #75519F;
}
</style>
background-color css
<style>
a { background-color: #75519F; }
a { background-color: rgb(117,81,159); }
div.DivClassName
{
background-color: #75519F;
}
.BgClassName
{
background-color: #75519F;
}
</style>
border-color css
<style>
span { border-color: #75519F; }
span { border-color: rgb(117,81,159); }
td.TdClassName
{
border-color: #75519F;
}
.TagClassName
{
border-color: #75519F;
}
</style>