Shades of Studio #7453AE
Tints of Studio #7453AE
RGB
CMYK
RGB Variations
Color information
#7453AE (or 0x7453AE) is known color: Studio. HEX triplet: 74, 53 and AE. RGB value is (116,83,174). Sum of RGB (Red+Green+Blue) = 116+83+174=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #7453AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7453AE is #8BAC51. Grayscale: #666666. Windows color (decimal): -9153618 or 11424628. OLE color: 11424628.
HSL color Cylindrical-coordinate representation of color #7453AE: hue angle of 261.76º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7453AE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 83 | 174 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.32 |
| HSL | 261.76º | 0.36% | 0.5% | - |
| HSV(B) | 261.76º | 0.52% | 0.68% | - |
| XYZ | 17.94 | 12.96 | 41.6 | - |
| YUV | 103.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 174 | 0.33 | 0.52 | 0 | 0.32 | 261.76 | 0.36 | 0.5 |
| Hex | 74 | 53 | AE | 21 | 34 | 0 | 20 | 106 | 24 | 32 |
| Octal | 164 | 123 | 256 | 41 | 64 | 0 | 40 | 406 | 44 | 62 |
| Binary | 1110100 | 1010011 | 10101110 | 100001 | 110100 | 0 | 100000 | 100000110 | 100100 | 110010 |
Color Harmonies of #7453AE
Complementary color
Monochromatic Colors of #7453AE
Black with #7453AE
Text Example
Text Example
White with #7453AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7453AE; }
p { color: rgb(116,83,174); }
H1.HeaderClassName
{
color: #7453AE;
}
.AnyTagClassName
{
color: #7453AE;
}
</style>
background-color css
<style>
a { background-color: #7453AE; }
a { background-color: rgb(116,83,174); }
div.DivClassName
{
background-color: #7453AE;
}
.BgClassName
{
background-color: #7453AE;
}
</style>
border-color css
<style>
span { border-color: #7453AE; }
span { border-color: rgb(116,83,174); }
td.TdClassName
{
border-color: #7453AE;
}
.TagClassName
{
border-color: #7453AE;
}
</style>