Shades of Studio #7453AB
Tints of Studio #7453AB
RGB
CMYK
RGB Variations
Color information
#7453AB (or 0x7453AB) is known color: Studio. HEX triplet: 74, 53 and AB. RGB value is (116,83,171). Sum of RGB (Red+Green+Blue) = 116+83+171=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7453AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7453AB is #8BAC54. Grayscale: #666666. Windows color (decimal): -9153621 or 11228020. OLE color: 11228020.
HSL color Cylindrical-coordinate representation of color #7453AB: hue angle of 262.5º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7453AB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 83 | 171 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.33 |
| HSL | 262.5º | 0.35% | 0.5% | - |
| HSV(B) | 262.5º | 0.51% | 0.67% | - |
| XYZ | 17.65 | 12.84 | 40.08 | - |
| YUV | 102.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 83 | 171 | 0.32 | 0.51 | 0 | 0.33 | 262.5 | 0.35 | 0.5 |
| Hex | 74 | 53 | AB | 20 | 33 | 0 | 21 | 106 | 23 | 32 |
| Octal | 164 | 123 | 253 | 40 | 63 | 0 | 41 | 406 | 43 | 62 |
| Binary | 1110100 | 1010011 | 10101011 | 100000 | 110011 | 0 | 100001 | 100000110 | 100011 | 110010 |
Color Harmonies of #7453AB
Complementary color
Monochromatic Colors of #7453AB
Black with #7453AB
Text Example
Text Example
White with #7453AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7453AB; }
p { color: rgb(116,83,171); }
H1.HeaderClassName
{
color: #7453AB;
}
.AnyTagClassName
{
color: #7453AB;
}
</style>
background-color css
<style>
a { background-color: #7453AB; }
a { background-color: rgb(116,83,171); }
div.DivClassName
{
background-color: #7453AB;
}
.BgClassName
{
background-color: #7453AB;
}
</style>
border-color css
<style>
span { border-color: #7453AB; }
span { border-color: rgb(116,83,171); }
td.TdClassName
{
border-color: #7453AB;
}
.TagClassName
{
border-color: #7453AB;
}
</style>