Shades of Studio #724896
Tints of Studio #724896
RGB
CMYK
RGB Variations
Color information
#724896 (or 0x724896) is known color: Studio. HEX triplet: 72, 48 and 96. RGB value is (114,72,150). Sum of RGB (Red+Green+Blue) = 114+72+150=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #724896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724896 is #8DB769. Grayscale: #5D5D5D. Windows color (decimal): -9287530 or 9848946. OLE color: 9848946.
HSL color Cylindrical-coordinate representation of color #724896: hue angle of 272.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724896 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 72 | 150 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.41 |
| HSL | 272.31º | 0.35% | 0.44% | - |
| HSV(B) | 272.31º | 0.52% | 0.59% | - |
| XYZ | 14.76 | 10.41 | 30.09 | - |
| YUV | 93.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 150 | 0.24 | 0.52 | 0 | 0.41 | 272.31 | 0.35 | 0.44 |
| Hex | 72 | 48 | 96 | 18 | 34 | 0 | 29 | 110 | 23 | 2C |
| Octal | 162 | 110 | 226 | 30 | 64 | 0 | 51 | 420 | 43 | 54 |
| Binary | 1110010 | 1001000 | 10010110 | 11000 | 110100 | 0 | 101001 | 100010000 | 100011 | 101100 |
Color Harmonies of #724896
Complementary color
Monochromatic Colors of #724896
Black with #724896
Text Example
Text Example
White with #724896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724896; }
p { color: rgb(114,72,150); }
H1.HeaderClassName
{
color: #724896;
}
.AnyTagClassName
{
color: #724896;
}
</style>
background-color css
<style>
a { background-color: #724896; }
a { background-color: rgb(114,72,150); }
div.DivClassName
{
background-color: #724896;
}
.BgClassName
{
background-color: #724896;
}
</style>
border-color css
<style>
span { border-color: #724896; }
span { border-color: rgb(114,72,150); }
td.TdClassName
{
border-color: #724896;
}
.TagClassName
{
border-color: #724896;
}
</style>