Shades of Studio #7152AC
Tints of Studio #7152AC
RGB
CMYK
RGB Variations
Color information
#7152AC (or 0x7152AC) is known color: Studio. HEX triplet: 71, 52 and AC. RGB value is (113,82,172). Sum of RGB (Red+Green+Blue) = 113+82+172=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #7152AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7152AC is #8EAD53. Grayscale: #656565. Windows color (decimal): -9350484 or 11293297. OLE color: 11293297.
HSL color Cylindrical-coordinate representation of color #7152AC: hue angle of 260.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7152AC is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 82 | 172 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.33 |
| HSL | 260.67º | 0.35% | 0.5% | - |
| HSV(B) | 260.67º | 0.52% | 0.67% | - |
| XYZ | 17.27 | 12.52 | 40.54 | - |
| YUV | 101.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 172 | 0.34 | 0.52 | 0 | 0.33 | 260.67 | 0.35 | 0.5 |
| Hex | 71 | 52 | AC | 22 | 34 | 0 | 21 | 105 | 23 | 32 |
| Octal | 161 | 122 | 254 | 42 | 64 | 0 | 41 | 405 | 43 | 62 |
| Binary | 1110001 | 1010010 | 10101100 | 100010 | 110100 | 0 | 100001 | 100000101 | 100011 | 110010 |
Color Harmonies of #7152AC
Complementary color
Monochromatic Colors of #7152AC
Black with #7152AC
Text Example
Text Example
White with #7152AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7152AC; }
p { color: rgb(113,82,172); }
H1.HeaderClassName
{
color: #7152AC;
}
.AnyTagClassName
{
color: #7152AC;
}
</style>
background-color css
<style>
a { background-color: #7152AC; }
a { background-color: rgb(113,82,172); }
div.DivClassName
{
background-color: #7152AC;
}
.BgClassName
{
background-color: #7152AC;
}
</style>
border-color css
<style>
span { border-color: #7152AC; }
span { border-color: rgb(113,82,172); }
td.TdClassName
{
border-color: #7152AC;
}
.TagClassName
{
border-color: #7152AC;
}
</style>