Shades of Studio #724494
Tints of Studio #724494
RGB
CMYK
RGB Variations
Color information
#724494 (or 0x724494) is known color: Studio. HEX triplet: 72, 44 and 94. RGB value is (114,68,148). Sum of RGB (Red+Green+Blue) = 114+68+148=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #724494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724494 is #8DBB6B. Grayscale: #5A5A5A. Windows color (decimal): -9288556 or 9716850. OLE color: 9716850.
HSL color Cylindrical-coordinate representation of color #724494: hue angle of 274.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724494 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 68 | 148 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.42 |
| HSL | 274.5º | 0.37% | 0.42% | - |
| HSV(B) | 274.5º | 0.54% | 0.58% | - |
| XYZ | 14.35 | 9.85 | 29.16 | - |
| YUV | 90.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 148 | 0.23 | 0.54 | 0 | 0.42 | 274.5 | 0.37 | 0.42 |
| Hex | 72 | 44 | 94 | 17 | 36 | 0 | 2A | 112 | 25 | 2A |
| Octal | 162 | 104 | 224 | 27 | 66 | 0 | 52 | 422 | 45 | 52 |
| Binary | 1110010 | 1000100 | 10010100 | 10111 | 110110 | 0 | 101010 | 100010010 | 100101 | 101010 |
Color Harmonies of #724494
Complementary color
Monochromatic Colors of #724494
Black with #724494
Text Example
Text Example
White with #724494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724494; }
p { color: rgb(114,68,148); }
H1.HeaderClassName
{
color: #724494;
}
.AnyTagClassName
{
color: #724494;
}
</style>
background-color css
<style>
a { background-color: #724494; }
a { background-color: rgb(114,68,148); }
div.DivClassName
{
background-color: #724494;
}
.BgClassName
{
background-color: #724494;
}
</style>
border-color css
<style>
span { border-color: #724494; }
span { border-color: rgb(114,68,148); }
td.TdClassName
{
border-color: #724494;
}
.TagClassName
{
border-color: #724494;
}
</style>