Shades of Studio #725292
Tints of Studio #725292
RGB
CMYK
RGB Variations
Color information
#725292 (or 0x725292) is known color: Studio. HEX triplet: 72, 52 and 92. RGB value is (114,82,146). Sum of RGB (Red+Green+Blue) = 114+82+146=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #725292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725292 is #8DAD6D. Grayscale: #626262. Windows color (decimal): -9284974 or 9589362. OLE color: 9589362.
HSL color Cylindrical-coordinate representation of color #725292: hue angle of 270º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725292 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 82 | 146 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.43 |
| HSL | 270º | 0.28% | 0.45% | - |
| HSV(B) | 270º | 0.44% | 0.57% | - |
| XYZ | 15.15 | 11.69 | 28.65 | - |
| YUV | 98.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 146 | 0.22 | 0.44 | 0 | 0.43 | 270 | 0.28 | 0.45 |
| Hex | 72 | 52 | 92 | 16 | 2C | 0 | 2B | 10E | 1C | 2D |
| Octal | 162 | 122 | 222 | 26 | 54 | 0 | 53 | 416 | 34 | 55 |
| Binary | 1110010 | 1010010 | 10010010 | 10110 | 101100 | 0 | 101011 | 100001110 | 11100 | 101101 |
Color Harmonies of #725292
Complementary color
Monochromatic Colors of #725292
Black with #725292
Text Example
Text Example
White with #725292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725292; }
p { color: rgb(114,82,146); }
H1.HeaderClassName
{
color: #725292;
}
.AnyTagClassName
{
color: #725292;
}
</style>
background-color css
<style>
a { background-color: #725292; }
a { background-color: rgb(114,82,146); }
div.DivClassName
{
background-color: #725292;
}
.BgClassName
{
background-color: #725292;
}
</style>
border-color css
<style>
span { border-color: #725292; }
span { border-color: rgb(114,82,146); }
td.TdClassName
{
border-color: #725292;
}
.TagClassName
{
border-color: #725292;
}
</style>