Shades of Studio #754FAB
Tints of Studio #754FAB
RGB
CMYK
RGB Variations
Color information
#754FAB (or 0x754FAB) is known color: Studio. HEX triplet: 75, 4F and AB. RGB value is (117,79,171). Sum of RGB (Red+Green+Blue) = 117+79+171=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #754FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FAB is #8AB054. Grayscale: #646464. Windows color (decimal): -9089109 or 11226997. OLE color: 11226997.
HSL color Cylindrical-coordinate representation of color #754FAB: hue angle of 264.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754FAB is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 79 | 171 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.33 |
| HSL | 264.78º | 0.37% | 0.49% | - |
| HSV(B) | 264.78º | 0.54% | 0.67% | - |
| XYZ | 17.48 | 12.31 | 39.98 | - |
| YUV | 100.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 171 | 0.32 | 0.54 | 0 | 0.33 | 264.78 | 0.37 | 0.49 |
| Hex | 75 | 4F | AB | 20 | 36 | 0 | 21 | 109 | 25 | 31 |
| Octal | 165 | 117 | 253 | 40 | 66 | 0 | 41 | 411 | 45 | 61 |
| Binary | 1110101 | 1001111 | 10101011 | 100000 | 110110 | 0 | 100001 | 100001001 | 100101 | 110001 |
Color Harmonies of #754FAB
Complementary color
Monochromatic Colors of #754FAB
Black with #754FAB
Text Example
Text Example
White with #754FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FAB; }
p { color: rgb(117,79,171); }
H1.HeaderClassName
{
color: #754FAB;
}
.AnyTagClassName
{
color: #754FAB;
}
</style>
background-color css
<style>
a { background-color: #754FAB; }
a { background-color: rgb(117,79,171); }
div.DivClassName
{
background-color: #754FAB;
}
.BgClassName
{
background-color: #754FAB;
}
</style>
border-color css
<style>
span { border-color: #754FAB; }
span { border-color: rgb(117,79,171); }
td.TdClassName
{
border-color: #754FAB;
}
.TagClassName
{
border-color: #754FAB;
}
</style>