Shades of Studio #724893
Tints of Studio #724893
RGB
CMYK
RGB Variations
Color information
#724893 (or 0x724893) is known color: Studio. HEX triplet: 72, 48 and 93. RGB value is (114,72,147). Sum of RGB (Red+Green+Blue) = 114+72+147=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #724893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724893 is #8DB76C. Grayscale: #5C5C5C. Windows color (decimal): -9287533 or 9652338. OLE color: 9652338.
HSL color Cylindrical-coordinate representation of color #724893: hue angle of 273.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724893 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 72 | 147 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.42 |
| HSL | 273.6º | 0.34% | 0.43% | - |
| HSV(B) | 273.6º | 0.51% | 0.58% | - |
| XYZ | 14.52 | 10.32 | 28.83 | - |
| YUV | 93.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 147 | 0.22 | 0.51 | 0 | 0.42 | 273.6 | 0.34 | 0.43 |
| Hex | 72 | 48 | 93 | 16 | 33 | 0 | 2A | 112 | 22 | 2B |
| Octal | 162 | 110 | 223 | 26 | 63 | 0 | 52 | 422 | 42 | 53 |
| Binary | 1110010 | 1001000 | 10010011 | 10110 | 110011 | 0 | 101010 | 100010010 | 100010 | 101011 |
Color Harmonies of #724893
Complementary color
Monochromatic Colors of #724893
Black with #724893
Text Example
Text Example
White with #724893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724893; }
p { color: rgb(114,72,147); }
H1.HeaderClassName
{
color: #724893;
}
.AnyTagClassName
{
color: #724893;
}
</style>
background-color css
<style>
a { background-color: #724893; }
a { background-color: rgb(114,72,147); }
div.DivClassName
{
background-color: #724893;
}
.BgClassName
{
background-color: #724893;
}
</style>
border-color css
<style>
span { border-color: #724893; }
span { border-color: rgb(114,72,147); }
td.TdClassName
{
border-color: #724893;
}
.TagClassName
{
border-color: #724893;
}
</style>