Shades of Studio #724F99
Tints of Studio #724F99
RGB
CMYK
RGB Variations
Color information
#724F99 (or 0x724F99) is known color: Studio. HEX triplet: 72, 4F and 99. RGB value is (114,79,153). Sum of RGB (Red+Green+Blue) = 114+79+153=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #724F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F99 is #8DB066. Grayscale: #616161. Windows color (decimal): -9285735 or 10047346. OLE color: 10047346.
HSL color Cylindrical-coordinate representation of color #724F99: hue angle of 268.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #724F99 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 79 | 153 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.4 |
| HSL | 268.38º | 0.32% | 0.45% | - |
| HSV(B) | 268.38º | 0.48% | 0.6% | - |
| XYZ | 15.49 | 11.47 | 31.53 | - |
| YUV | 97.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 153 | 0.25 | 0.48 | 0 | 0.4 | 268.38 | 0.32 | 0.45 |
| Hex | 72 | 4F | 99 | 19 | 30 | 0 | 28 | 10C | 20 | 2D |
| Octal | 162 | 117 | 231 | 31 | 60 | 0 | 50 | 414 | 40 | 55 |
| Binary | 1110010 | 1001111 | 10011001 | 11001 | 110000 | 0 | 101000 | 100001100 | 100000 | 101101 |
Color Harmonies of #724F99
Complementary color
Monochromatic Colors of #724F99
Black with #724F99
Text Example
Text Example
White with #724F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F99; }
p { color: rgb(114,79,153); }
H1.HeaderClassName
{
color: #724F99;
}
.AnyTagClassName
{
color: #724F99;
}
</style>
background-color css
<style>
a { background-color: #724F99; }
a { background-color: rgb(114,79,153); }
div.DivClassName
{
background-color: #724F99;
}
.BgClassName
{
background-color: #724F99;
}
</style>
border-color css
<style>
span { border-color: #724F99; }
span { border-color: rgb(114,79,153); }
td.TdClassName
{
border-color: #724F99;
}
.TagClassName
{
border-color: #724F99;
}
</style>