Shades of Studio #724895
Tints of Studio #724895
RGB
CMYK
RGB Variations
Color information
#724895 (or 0x724895) is known color: Studio. HEX triplet: 72, 48 and 95. RGB value is (114,72,149). Sum of RGB (Red+Green+Blue) = 114+72+149=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #724895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724895 is #8DB76A. Grayscale: #5D5D5D. Windows color (decimal): -9287531 or 9783410. OLE color: 9783410.
HSL color Cylindrical-coordinate representation of color #724895: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724895 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 72 | 149 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.42 |
| HSL | 272.73º | 0.35% | 0.43% | - |
| HSV(B) | 272.73º | 0.52% | 0.58% | - |
| XYZ | 14.68 | 10.38 | 29.66 | - |
| YUV | 93.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 149 | 0.23 | 0.52 | 0 | 0.42 | 272.73 | 0.35 | 0.43 |
| Hex | 72 | 48 | 95 | 17 | 34 | 0 | 2A | 111 | 23 | 2B |
| Octal | 162 | 110 | 225 | 27 | 64 | 0 | 52 | 421 | 43 | 53 |
| Binary | 1110010 | 1001000 | 10010101 | 10111 | 110100 | 0 | 101010 | 100010001 | 100011 | 101011 |
Color Harmonies of #724895
Complementary color
Monochromatic Colors of #724895
Black with #724895
Text Example
Text Example
White with #724895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724895; }
p { color: rgb(114,72,149); }
H1.HeaderClassName
{
color: #724895;
}
.AnyTagClassName
{
color: #724895;
}
</style>
background-color css
<style>
a { background-color: #724895; }
a { background-color: rgb(114,72,149); }
div.DivClassName
{
background-color: #724895;
}
.BgClassName
{
background-color: #724895;
}
</style>
border-color css
<style>
span { border-color: #724895; }
span { border-color: rgb(114,72,149); }
td.TdClassName
{
border-color: #724895;
}
.TagClassName
{
border-color: #724895;
}
</style>