Shades of Studio #754A98
Tints of Studio #754A98
RGB
CMYK
RGB Variations
Color information
#754A98 (or 0x754A98) is known color: Studio. HEX triplet: 75, 4A and 98. RGB value is (117,74,152). Sum of RGB (Red+Green+Blue) = 117+74+152=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #754A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A98 is #8AB567. Grayscale: #5F5F5F. Windows color (decimal): -9090408 or 9980533. OLE color: 9980533.
HSL color Cylindrical-coordinate representation of color #754A98: hue angle of 273.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754A98 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 74 | 152 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.40 |
| HSL | 273.08º | 0.35% | 0.44% | - |
| HSV(B) | 273.08º | 0.51% | 0.6% | - |
| XYZ | 15.45 | 10.95 | 31 | - |
| YUV | 95.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 152 | 0.23 | 0.51 | 0 | 0.40 | 273.08 | 0.35 | 0.44 |
| Hex | 75 | 4A | 98 | 17 | 33 | 0 | 28 | 111 | 23 | 2C |
| Octal | 165 | 112 | 230 | 27 | 63 | 0 | 50 | 421 | 43 | 54 |
| Binary | 1110101 | 1001010 | 10011000 | 10111 | 110011 | 0 | 101000 | 100010001 | 100011 | 101100 |
Color Harmonies of #754A98
Complementary color
Monochromatic Colors of #754A98
Black with #754A98
Text Example
Text Example
White with #754A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A98; }
p { color: rgb(117,74,152); }
H1.HeaderClassName
{
color: #754A98;
}
.AnyTagClassName
{
color: #754A98;
}
</style>
background-color css
<style>
a { background-color: #754A98; }
a { background-color: rgb(117,74,152); }
div.DivClassName
{
background-color: #754A98;
}
.BgClassName
{
background-color: #754A98;
}
</style>
border-color css
<style>
span { border-color: #754A98; }
span { border-color: rgb(117,74,152); }
td.TdClassName
{
border-color: #754A98;
}
.TagClassName
{
border-color: #754A98;
}
</style>