Shades of Studio #725191
Tints of Studio #725191
RGB
CMYK
RGB Variations
Color information
#725191 (or 0x725191) is known color: Studio. HEX triplet: 72, 51 and 91. RGB value is (114,81,145). Sum of RGB (Red+Green+Blue) = 114+81+145=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #725191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725191 is #8DAE6E. Grayscale: #616161. Windows color (decimal): -9285231 or 9523570. OLE color: 9523570.
HSL color Cylindrical-coordinate representation of color #725191: hue angle of 270.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725191 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 81 | 145 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.43 |
| HSL | 270.94º | 0.28% | 0.44% | - |
| HSV(B) | 270.94º | 0.44% | 0.57% | - |
| XYZ | 14.99 | 11.51 | 28.22 | - |
| YUV | 98.16 | 154.43 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 145 | 0.21 | 0.44 | 0 | 0.43 | 270.94 | 0.28 | 0.44 |
| Hex | 72 | 51 | 91 | 15 | 2C | 0 | 2B | 10F | 1C | 2C |
| Octal | 162 | 121 | 221 | 25 | 54 | 0 | 53 | 417 | 34 | 54 |
| Binary | 1110010 | 1010001 | 10010001 | 10101 | 101100 | 0 | 101011 | 100001111 | 11100 | 101100 |
Color Harmonies of #725191
Complementary color
Monochromatic Colors of #725191
Black with #725191
Text Example
Text Example
White with #725191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725191; }
p { color: rgb(114,81,145); }
H1.HeaderClassName
{
color: #725191;
}
.AnyTagClassName
{
color: #725191;
}
</style>
background-color css
<style>
a { background-color: #725191; }
a { background-color: rgb(114,81,145); }
div.DivClassName
{
background-color: #725191;
}
.BgClassName
{
background-color: #725191;
}
</style>
border-color css
<style>
span { border-color: #725191; }
span { border-color: rgb(114,81,145); }
td.TdClassName
{
border-color: #725191;
}
.TagClassName
{
border-color: #725191;
}
</style>