Shades of Studio #7253AA
Tints of Studio #7253AA
RGB
CMYK
RGB Variations
Color information
#7253AA (or 0x7253AA) is known color: Studio. HEX triplet: 72, 53 and AA. RGB value is (114,83,170). Sum of RGB (Red+Green+Blue) = 114+83+170=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #7253AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7253AA is #8DAC55. Grayscale: #656565. Windows color (decimal): -9284694 or 11162482. OLE color: 11162482.
HSL color Cylindrical-coordinate representation of color #7253AA: hue angle of 261.38º degrees, saturation: 0.34, 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 #7253AA is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 83 | 170 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.33 |
| HSL | 261.38º | 0.34% | 0.5% | - |
| HSV(B) | 261.38º | 0.51% | 0.67% | - |
| XYZ | 17.29 | 12.67 | 39.56 | - |
| YUV | 102.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 170 | 0.33 | 0.51 | 0 | 0.33 | 261.38 | 0.34 | 0.5 |
| Hex | 72 | 53 | AA | 21 | 33 | 0 | 21 | 105 | 22 | 32 |
| Octal | 162 | 123 | 252 | 41 | 63 | 0 | 41 | 405 | 42 | 62 |
| Binary | 1110010 | 1010011 | 10101010 | 100001 | 110011 | 0 | 100001 | 100000101 | 100010 | 110010 |
Color Harmonies of #7253AA
Complementary color
Monochromatic Colors of #7253AA
Black with #7253AA
Text Example
Text Example
White with #7253AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253AA; }
p { color: rgb(114,83,170); }
H1.HeaderClassName
{
color: #7253AA;
}
.AnyTagClassName
{
color: #7253AA;
}
</style>
background-color css
<style>
a { background-color: #7253AA; }
a { background-color: rgb(114,83,170); }
div.DivClassName
{
background-color: #7253AA;
}
.BgClassName
{
background-color: #7253AA;
}
</style>
border-color css
<style>
span { border-color: #7253AA; }
span { border-color: rgb(114,83,170); }
td.TdClassName
{
border-color: #7253AA;
}
.TagClassName
{
border-color: #7253AA;
}
</style>