Shades of Studio #724E99
Tints of Studio #724E99
RGB
CMYK
RGB Variations
Color information
#724E99 (or 0x724E99) is known color: Studio. HEX triplet: 72, 4E and 99. RGB value is (114,78,153). Sum of RGB (Red+Green+Blue) = 114+78+153=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #724E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724E99 is #8DB166. Grayscale: #616161. Windows color (decimal): -9285991 or 10047090. OLE color: 10047090.
HSL color Cylindrical-coordinate representation of color #724E99: hue angle of 268.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #724E99 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 78 | 153 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.4 |
| HSL | 268.8º | 0.32% | 0.45% | - |
| HSV(B) | 268.8º | 0.49% | 0.6% | - |
| XYZ | 15.41 | 11.33 | 31.51 | - |
| YUV | 97.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 153 | 0.25 | 0.49 | 0 | 0.4 | 268.8 | 0.32 | 0.45 |
| Hex | 72 | 4E | 99 | 19 | 31 | 0 | 28 | 10D | 20 | 2D |
| Octal | 162 | 116 | 231 | 31 | 61 | 0 | 50 | 415 | 40 | 55 |
| Binary | 1110010 | 1001110 | 10011001 | 11001 | 110001 | 0 | 101000 | 100001101 | 100000 | 101101 |
Color Harmonies of #724E99
Complementary color
Monochromatic Colors of #724E99
Black with #724E99
Text Example
Text Example
White with #724E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E99; }
p { color: rgb(114,78,153); }
H1.HeaderClassName
{
color: #724E99;
}
.AnyTagClassName
{
color: #724E99;
}
</style>
background-color css
<style>
a { background-color: #724E99; }
a { background-color: rgb(114,78,153); }
div.DivClassName
{
background-color: #724E99;
}
.BgClassName
{
background-color: #724E99;
}
</style>
border-color css
<style>
span { border-color: #724E99; }
span { border-color: rgb(114,78,153); }
td.TdClassName
{
border-color: #724E99;
}
.TagClassName
{
border-color: #724E99;
}
</style>