Shades of Studio #754F9F
Tints of Studio #754F9F
RGB
CMYK
RGB Variations
Color information
#754F9F (or 0x754F9F) is known color: Studio. HEX triplet: 75, 4F and 9F. RGB value is (117,79,159). Sum of RGB (Red+Green+Blue) = 117+79+159=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #754F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F9F is #8AB060. Grayscale: #636363. Windows color (decimal): -9089121 or 10440565. OLE color: 10440565.
HSL color Cylindrical-coordinate representation of color #754F9F: hue angle of 268.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754F9F is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 79 | 159 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.38 |
| HSL | 268.5º | 0.34% | 0.47% | - |
| HSV(B) | 268.5º | 0.5% | 0.62% | - |
| XYZ | 16.39 | 11.88 | 34.23 | - |
| YUV | 99.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 159 | 0.26 | 0.50 | 0 | 0.38 | 268.5 | 0.34 | 0.47 |
| Hex | 75 | 4F | 9F | 1A | 32 | 0 | 26 | 10C | 22 | 2F |
| Octal | 165 | 117 | 237 | 32 | 62 | 0 | 46 | 414 | 42 | 57 |
| Binary | 1110101 | 1001111 | 10011111 | 11010 | 110010 | 0 | 100110 | 100001100 | 100010 | 101111 |
Color Harmonies of #754F9F
Complementary color
Monochromatic Colors of #754F9F
Black with #754F9F
Text Example
Text Example
White with #754F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754F9F; }
p { color: rgb(117,79,159); }
H1.HeaderClassName
{
color: #754F9F;
}
.AnyTagClassName
{
color: #754F9F;
}
</style>
background-color css
<style>
a { background-color: #754F9F; }
a { background-color: rgb(117,79,159); }
div.DivClassName
{
background-color: #754F9F;
}
.BgClassName
{
background-color: #754F9F;
}
</style>
border-color css
<style>
span { border-color: #754F9F; }
span { border-color: rgb(117,79,159); }
td.TdClassName
{
border-color: #754F9F;
}
.TagClassName
{
border-color: #754F9F;
}
</style>