Shades of Studio #754F93
Tints of Studio #754F93
RGB
CMYK
RGB Variations
Color information
#754F93 (or 0x754F93) is known color: Studio. HEX triplet: 75, 4F and 93. RGB value is (117,79,147). Sum of RGB (Red+Green+Blue) = 117+79+147=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #754F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F93 is #8AB06C. Grayscale: #616161. Windows color (decimal): -9089133 or 9654133. OLE color: 9654133.
HSL color Cylindrical-coordinate representation of color #754F93: hue angle of 273.53º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754F93 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 79 | 147 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.42 |
| HSL | 273.53º | 0.3% | 0.44% | - |
| HSV(B) | 273.53º | 0.46% | 0.58% | - |
| XYZ | 15.4 | 11.48 | 29.01 | - |
| YUV | 98.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 147 | 0.20 | 0.46 | 0 | 0.42 | 273.53 | 0.3 | 0.44 |
| Hex | 75 | 4F | 93 | 14 | 2E | 0 | 2A | 112 | 1E | 2C |
| Octal | 165 | 117 | 223 | 24 | 56 | 0 | 52 | 422 | 36 | 54 |
| Binary | 1110101 | 1001111 | 10010011 | 10100 | 101110 | 0 | 101010 | 100010010 | 11110 | 101100 |
Color Harmonies of #754F93
Complementary color
Monochromatic Colors of #754F93
Black with #754F93
Text Example
Text Example
White with #754F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F93; }
p { color: rgb(117,79,147); }
H1.HeaderClassName
{
color: #754F93;
}
.AnyTagClassName
{
color: #754F93;
}
</style>
background-color css
<style>
a { background-color: #754F93; }
a { background-color: rgb(117,79,147); }
div.DivClassName
{
background-color: #754F93;
}
.BgClassName
{
background-color: #754F93;
}
</style>
border-color css
<style>
span { border-color: #754F93; }
span { border-color: rgb(117,79,147); }
td.TdClassName
{
border-color: #754F93;
}
.TagClassName
{
border-color: #754F93;
}
</style>