Shades of Studio #7253AD
Tints of Studio #7253AD
RGB
CMYK
RGB Variations
Color information
#7253AD (or 0x7253AD) is known color: Studio. HEX triplet: 72, 53 and AD. RGB value is (114,83,173). Sum of RGB (Red+Green+Blue) = 114+83+173=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #7253AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7253AD is #8DAC52. Grayscale: #666666. Windows color (decimal): -9284691 or 11359090. OLE color: 11359090.
HSL color Cylindrical-coordinate representation of color #7253AD: hue angle of 260.67º degrees, saturation: 0.35, 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 #7253AD is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 83 | 173 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.32 |
| HSL | 260.67º | 0.35% | 0.5% | - |
| HSV(B) | 260.67º | 0.52% | 0.68% | - |
| XYZ | 17.58 | 12.78 | 41.08 | - |
| YUV | 102.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 173 | 0.34 | 0.52 | 0 | 0.32 | 260.67 | 0.35 | 0.5 |
| Hex | 72 | 53 | AD | 22 | 34 | 0 | 20 | 105 | 23 | 32 |
| Octal | 162 | 123 | 255 | 42 | 64 | 0 | 40 | 405 | 43 | 62 |
| Binary | 1110010 | 1010011 | 10101101 | 100010 | 110100 | 0 | 100000 | 100000101 | 100011 | 110010 |
Color Harmonies of #7253AD
Complementary color
Monochromatic Colors of #7253AD
Black with #7253AD
Text Example
Text Example
White with #7253AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253AD; }
p { color: rgb(114,83,173); }
H1.HeaderClassName
{
color: #7253AD;
}
.AnyTagClassName
{
color: #7253AD;
}
</style>
background-color css
<style>
a { background-color: #7253AD; }
a { background-color: rgb(114,83,173); }
div.DivClassName
{
background-color: #7253AD;
}
.BgClassName
{
background-color: #7253AD;
}
</style>
border-color css
<style>
span { border-color: #7253AD; }
span { border-color: rgb(114,83,173); }
td.TdClassName
{
border-color: #7253AD;
}
.TagClassName
{
border-color: #7253AD;
}
</style>