Shades of Studio #725193
Tints of Studio #725193
RGB
CMYK
RGB Variations
Color information
#725193 (or 0x725193) is known color: Studio. HEX triplet: 72, 51 and 93. RGB value is (114,81,147). Sum of RGB (Red+Green+Blue) = 114+81+147=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #725193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725193 is #8DAE6C. Grayscale: #626262. Windows color (decimal): -9285229 or 9654642. OLE color: 9654642.
HSL color Cylindrical-coordinate representation of color #725193: hue angle of 270º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #725193 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 81 | 147 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.42 |
| HSL | 270º | 0.29% | 0.45% | - |
| HSV(B) | 270º | 0.45% | 0.58% | - |
| XYZ | 15.15 | 11.57 | 29.04 | - |
| YUV | 98.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 147 | 0.22 | 0.45 | 0 | 0.42 | 270 | 0.29 | 0.45 |
| Hex | 72 | 51 | 93 | 16 | 2D | 0 | 2A | 10E | 1D | 2D |
| Octal | 162 | 121 | 223 | 26 | 55 | 0 | 52 | 416 | 35 | 55 |
| Binary | 1110010 | 1010001 | 10010011 | 10110 | 101101 | 0 | 101010 | 100001110 | 11101 | 101101 |
Color Harmonies of #725193
Complementary color
Monochromatic Colors of #725193
Black with #725193
Text Example
Text Example
White with #725193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725193; }
p { color: rgb(114,81,147); }
H1.HeaderClassName
{
color: #725193;
}
.AnyTagClassName
{
color: #725193;
}
</style>
background-color css
<style>
a { background-color: #725193; }
a { background-color: rgb(114,81,147); }
div.DivClassName
{
background-color: #725193;
}
.BgClassName
{
background-color: #725193;
}
</style>
border-color css
<style>
span { border-color: #725193; }
span { border-color: rgb(114,81,147); }
td.TdClassName
{
border-color: #725193;
}
.TagClassName
{
border-color: #725193;
}
</style>