Shades of Studio #7253AB
Tints of Studio #7253AB
RGB
CMYK
RGB Variations
Color information
#7253AB (or 0x7253AB) is known color: Studio. HEX triplet: 72, 53 and AB. RGB value is (114,83,171). Sum of RGB (Red+Green+Blue) = 114+83+171=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #7253AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7253AB is #8DAC54. Grayscale: #656565. Windows color (decimal): -9284693 or 11228018. OLE color: 11228018.
HSL color Cylindrical-coordinate representation of color #7253AB: hue angle of 261.14º 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 #7253AB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 83 | 171 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.33 |
| HSL | 261.14º | 0.35% | 0.5% | - |
| HSV(B) | 261.14º | 0.51% | 0.67% | - |
| XYZ | 17.38 | 12.7 | 40.06 | - |
| YUV | 102.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 171 | 0.33 | 0.51 | 0 | 0.33 | 261.14 | 0.35 | 0.5 |
| Hex | 72 | 53 | AB | 21 | 33 | 0 | 21 | 105 | 23 | 32 |
| Octal | 162 | 123 | 253 | 41 | 63 | 0 | 41 | 405 | 43 | 62 |
| Binary | 1110010 | 1010011 | 10101011 | 100001 | 110011 | 0 | 100001 | 100000101 | 100011 | 110010 |
Color Harmonies of #7253AB
Complementary color
Monochromatic Colors of #7253AB
Black with #7253AB
Text Example
Text Example
White with #7253AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253AB; }
p { color: rgb(114,83,171); }
H1.HeaderClassName
{
color: #7253AB;
}
.AnyTagClassName
{
color: #7253AB;
}
</style>
background-color css
<style>
a { background-color: #7253AB; }
a { background-color: rgb(114,83,171); }
div.DivClassName
{
background-color: #7253AB;
}
.BgClassName
{
background-color: #7253AB;
}
</style>
border-color css
<style>
span { border-color: #7253AB; }
span { border-color: rgb(114,83,171); }
td.TdClassName
{
border-color: #7253AB;
}
.TagClassName
{
border-color: #7253AB;
}
</style>