Shades of Studio #754DA1
Tints of Studio #754DA1
RGB
CMYK
RGB Variations
Color information
#754DA1 (or 0x754DA1) is known color: Studio. HEX triplet: 75, 4D and A1. RGB value is (117,77,161). Sum of RGB (Red+Green+Blue) = 117+77+161=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 161 - color contains mainly: blue. Hex color #754DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754DA1 is #8AB25E. Grayscale: #626262. Windows color (decimal): -9089631 or 10571125. OLE color: 10571125.
HSL color Cylindrical-coordinate representation of color #754DA1: hue angle of 268.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754DA1 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 77 | 161 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.37 |
| HSL | 268.57º | 0.35% | 0.47% | - |
| HSV(B) | 268.57º | 0.52% | 0.63% | - |
| XYZ | 16.42 | 11.66 | 35.1 | - |
| YUV | 98.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 77 | 161 | 0.27 | 0.52 | 0 | 0.37 | 268.57 | 0.35 | 0.47 |
| Hex | 75 | 4D | A1 | 1B | 34 | 0 | 25 | 10D | 23 | 2F |
| Octal | 165 | 115 | 241 | 33 | 64 | 0 | 45 | 415 | 43 | 57 |
| Binary | 1110101 | 1001101 | 10100001 | 11011 | 110100 | 0 | 100101 | 100001101 | 100011 | 101111 |
Color Harmonies of #754DA1
Complementary color
Monochromatic Colors of #754DA1
Black with #754DA1
Text Example
Text Example
White with #754DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754DA1; }
p { color: rgb(117,77,161); }
H1.HeaderClassName
{
color: #754DA1;
}
.AnyTagClassName
{
color: #754DA1;
}
</style>
background-color css
<style>
a { background-color: #754DA1; }
a { background-color: rgb(117,77,161); }
div.DivClassName
{
background-color: #754DA1;
}
.BgClassName
{
background-color: #754DA1;
}
</style>
border-color css
<style>
span { border-color: #754DA1; }
span { border-color: rgb(117,77,161); }
td.TdClassName
{
border-color: #754DA1;
}
.TagClassName
{
border-color: #754DA1;
}
</style>