Shades of Studio #725393
Tints of Studio #725393
RGB
CMYK
RGB Variations
Color information
#725393 (or 0x725393) is known color: Studio. HEX triplet: 72, 53 and 93. RGB value is (114,83,147). Sum of RGB (Red+Green+Blue) = 114+83+147=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #725393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725393 is #8DAC6C. Grayscale: #636363. Windows color (decimal): -9284717 or 9655154. OLE color: 9655154.
HSL color Cylindrical-coordinate representation of color #725393: hue angle of 269.06º 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 #725393 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 83 | 147 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.42 |
| HSL | 269.06º | 0.28% | 0.45% | - |
| HSV(B) | 269.06º | 0.44% | 0.58% | - |
| XYZ | 15.3 | 11.87 | 29.09 | - |
| YUV | 99.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 147 | 0.22 | 0.44 | 0 | 0.42 | 269.06 | 0.28 | 0.45 |
| Hex | 72 | 53 | 93 | 16 | 2C | 0 | 2A | 10D | 1C | 2D |
| Octal | 162 | 123 | 223 | 26 | 54 | 0 | 52 | 415 | 34 | 55 |
| Binary | 1110010 | 1010011 | 10010011 | 10110 | 101100 | 0 | 101010 | 100001101 | 11100 | 101101 |
Color Harmonies of #725393
Complementary color
Monochromatic Colors of #725393
Black with #725393
Text Example
Text Example
White with #725393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725393; }
p { color: rgb(114,83,147); }
H1.HeaderClassName
{
color: #725393;
}
.AnyTagClassName
{
color: #725393;
}
</style>
background-color css
<style>
a { background-color: #725393; }
a { background-color: rgb(114,83,147); }
div.DivClassName
{
background-color: #725393;
}
.BgClassName
{
background-color: #725393;
}
</style>
border-color css
<style>
span { border-color: #725393; }
span { border-color: rgb(114,83,147); }
td.TdClassName
{
border-color: #725393;
}
.TagClassName
{
border-color: #725393;
}
</style>