Shades of Studio #725395
Tints of Studio #725395
RGB
CMYK
RGB Variations
Color information
#725395 (or 0x725395) is known color: Studio. HEX triplet: 72, 53 and 95. RGB value is (114,83,149). Sum of RGB (Red+Green+Blue) = 114+83+149=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #725395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725395 is #8DAC6A. Grayscale: #636363. Windows color (decimal): -9284715 or 9786226. OLE color: 9786226.
HSL color Cylindrical-coordinate representation of color #725395: hue angle of 268.18º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725395 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 83 | 149 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.42 |
| HSL | 268.18º | 0.28% | 0.45% | - |
| HSV(B) | 268.18º | 0.44% | 0.58% | - |
| XYZ | 15.46 | 11.93 | 29.92 | - |
| YUV | 99.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 149 | 0.23 | 0.44 | 0 | 0.42 | 268.18 | 0.28 | 0.45 |
| Hex | 72 | 53 | 95 | 17 | 2C | 0 | 2A | 10C | 1C | 2D |
| Octal | 162 | 123 | 225 | 27 | 54 | 0 | 52 | 414 | 34 | 55 |
| Binary | 1110010 | 1010011 | 10010101 | 10111 | 101100 | 0 | 101010 | 100001100 | 11100 | 101101 |
Color Harmonies of #725395
Complementary color
Monochromatic Colors of #725395
Black with #725395
Text Example
Text Example
White with #725395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725395; }
p { color: rgb(114,83,149); }
H1.HeaderClassName
{
color: #725395;
}
.AnyTagClassName
{
color: #725395;
}
</style>
background-color css
<style>
a { background-color: #725395; }
a { background-color: rgb(114,83,149); }
div.DivClassName
{
background-color: #725395;
}
.BgClassName
{
background-color: #725395;
}
</style>
border-color css
<style>
span { border-color: #725395; }
span { border-color: rgb(114,83,149); }
td.TdClassName
{
border-color: #725395;
}
.TagClassName
{
border-color: #725395;
}
</style>