Shades of Studio #725199
Tints of Studio #725199
RGB
CMYK
RGB Variations
Color information
#725199 (or 0x725199) is known color: Studio. HEX triplet: 72, 51 and 99. RGB value is (114,81,153). Sum of RGB (Red+Green+Blue) = 114+81+153=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #725199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725199 is #8DAE66. Grayscale: #626262. Windows color (decimal): -9285223 or 10047858. OLE color: 10047858.
HSL color Cylindrical-coordinate representation of color #725199: hue angle of 267.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #725199 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 81 | 153 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.4 |
| HSL | 267.5º | 0.31% | 0.46% | - |
| HSV(B) | 267.5º | 0.47% | 0.6% | - |
| XYZ | 15.63 | 11.76 | 31.58 | - |
| YUV | 99.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 153 | 0.25 | 0.47 | 0 | 0.4 | 267.5 | 0.31 | 0.46 |
| Hex | 72 | 51 | 99 | 19 | 2F | 0 | 28 | 10C | 1F | 2E |
| Octal | 162 | 121 | 231 | 31 | 57 | 0 | 50 | 414 | 37 | 56 |
| Binary | 1110010 | 1010001 | 10011001 | 11001 | 101111 | 0 | 101000 | 100001100 | 11111 | 101110 |
Color Harmonies of #725199
Complementary color
Monochromatic Colors of #725199
Black with #725199
Text Example
Text Example
White with #725199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725199; }
p { color: rgb(114,81,153); }
H1.HeaderClassName
{
color: #725199;
}
.AnyTagClassName
{
color: #725199;
}
</style>
background-color css
<style>
a { background-color: #725199; }
a { background-color: rgb(114,81,153); }
div.DivClassName
{
background-color: #725199;
}
.BgClassName
{
background-color: #725199;
}
</style>
border-color css
<style>
span { border-color: #725199; }
span { border-color: rgb(114,81,153); }
td.TdClassName
{
border-color: #725199;
}
.TagClassName
{
border-color: #725199;
}
</style>