Shades of Studio #725296
Tints of Studio #725296
RGB
CMYK
RGB Variations
Color information
#725296 (or 0x725296) is known color: Studio. HEX triplet: 72, 52 and 96. RGB value is (114,82,150). Sum of RGB (Red+Green+Blue) = 114+82+150=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #725296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725296 is #8DAD69. Grayscale: #636363. Windows color (decimal): -9284970 or 9851506. OLE color: 9851506.
HSL color Cylindrical-coordinate representation of color #725296: hue angle of 268.24º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725296 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 82 | 150 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.41 |
| HSL | 268.24º | 0.29% | 0.45% | - |
| HSV(B) | 268.24º | 0.45% | 0.59% | - |
| XYZ | 15.46 | 11.81 | 30.32 | - |
| YUV | 99.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 150 | 0.24 | 0.45 | 0 | 0.41 | 268.24 | 0.29 | 0.45 |
| Hex | 72 | 52 | 96 | 18 | 2D | 0 | 29 | 10C | 1D | 2D |
| Octal | 162 | 122 | 226 | 30 | 55 | 0 | 51 | 414 | 35 | 55 |
| Binary | 1110010 | 1010010 | 10010110 | 11000 | 101101 | 0 | 101001 | 100001100 | 11101 | 101101 |
Color Harmonies of #725296
Complementary color
Monochromatic Colors of #725296
Black with #725296
Text Example
Text Example
White with #725296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725296; }
p { color: rgb(114,82,150); }
H1.HeaderClassName
{
color: #725296;
}
.AnyTagClassName
{
color: #725296;
}
</style>
background-color css
<style>
a { background-color: #725296; }
a { background-color: rgb(114,82,150); }
div.DivClassName
{
background-color: #725296;
}
.BgClassName
{
background-color: #725296;
}
</style>
border-color css
<style>
span { border-color: #725296; }
span { border-color: rgb(114,82,150); }
td.TdClassName
{
border-color: #725296;
}
.TagClassName
{
border-color: #725296;
}
</style>