Shades of Studio #754AAD
Tints of Studio #754AAD
RGB
CMYK
RGB Variations
Color information
#754AAD (or 0x754AAD) is known color: Studio. HEX triplet: 75, 4A and AD. RGB value is (117,74,173). Sum of RGB (Red+Green+Blue) = 117+74+173=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #754AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754AAD is #8AB552. Grayscale: #616161. Windows color (decimal): -9090387 or 11356789. OLE color: 11356789.
HSL color Cylindrical-coordinate representation of color #754AAD: hue angle of 266.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754AAD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 74 | 173 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.32 |
| HSL | 266.06º | 0.4% | 0.48% | - |
| HSV(B) | 266.06º | 0.57% | 0.68% | - |
| XYZ | 17.33 | 11.7 | 40.88 | - |
| YUV | 98.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 173 | 0.32 | 0.57 | 0 | 0.32 | 266.06 | 0.4 | 0.48 |
| Hex | 75 | 4A | AD | 20 | 39 | 0 | 20 | 10A | 28 | 30 |
| Octal | 165 | 112 | 255 | 40 | 71 | 0 | 40 | 412 | 50 | 60 |
| Binary | 1110101 | 1001010 | 10101101 | 100000 | 111001 | 0 | 100000 | 100001010 | 101000 | 110000 |
Color Harmonies of #754AAD
Complementary color
Monochromatic Colors of #754AAD
Black with #754AAD
Text Example
Text Example
White with #754AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754AAD; }
p { color: rgb(117,74,173); }
H1.HeaderClassName
{
color: #754AAD;
}
.AnyTagClassName
{
color: #754AAD;
}
</style>
background-color css
<style>
a { background-color: #754AAD; }
a { background-color: rgb(117,74,173); }
div.DivClassName
{
background-color: #754AAD;
}
.BgClassName
{
background-color: #754AAD;
}
</style>
border-color css
<style>
span { border-color: #754AAD; }
span { border-color: rgb(117,74,173); }
td.TdClassName
{
border-color: #754AAD;
}
.TagClassName
{
border-color: #754AAD;
}
</style>