Shades of Studio #754FA3
Tints of Studio #754FA3
RGB
CMYK
RGB Variations
Color information
#754FA3 (or 0x754FA3) is known color: Studio. HEX triplet: 75, 4F and A3. RGB value is (117,79,163). Sum of RGB (Red+Green+Blue) = 117+79+163=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #754FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754FA3 is #8AB05C. Grayscale: #636363. Windows color (decimal): -9089117 or 10702709. OLE color: 10702709.
HSL color Cylindrical-coordinate representation of color #754FA3: hue angle of 267.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754FA3 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 79 | 163 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.36 |
| HSL | 267.14º | 0.35% | 0.47% | - |
| HSV(B) | 267.14º | 0.52% | 0.64% | - |
| XYZ | 16.74 | 12.02 | 36.09 | - |
| YUV | 99.94 | 163.59 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 79 | 163 | 0.28 | 0.52 | 0 | 0.36 | 267.14 | 0.35 | 0.47 |
| Hex | 75 | 4F | A3 | 1C | 34 | 0 | 24 | 10B | 23 | 2F |
| Octal | 165 | 117 | 243 | 34 | 64 | 0 | 44 | 413 | 43 | 57 |
| Binary | 1110101 | 1001111 | 10100011 | 11100 | 110100 | 0 | 100100 | 100001011 | 100011 | 101111 |
Color Harmonies of #754FA3
Complementary color
Monochromatic Colors of #754FA3
Black with #754FA3
Text Example
Text Example
White with #754FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754FA3; }
p { color: rgb(117,79,163); }
H1.HeaderClassName
{
color: #754FA3;
}
.AnyTagClassName
{
color: #754FA3;
}
</style>
background-color css
<style>
a { background-color: #754FA3; }
a { background-color: rgb(117,79,163); }
div.DivClassName
{
background-color: #754FA3;
}
.BgClassName
{
background-color: #754FA3;
}
</style>
border-color css
<style>
span { border-color: #754FA3; }
span { border-color: rgb(117,79,163); }
td.TdClassName
{
border-color: #754FA3;
}
.TagClassName
{
border-color: #754FA3;
}
</style>