Shades of Studio #724993
Tints of Studio #724993
RGB
CMYK
RGB Variations
Color information
#724993 (or 0x724993) is known color: Studio. HEX triplet: 72, 49 and 93. RGB value is (114,73,147). Sum of RGB (Red+Green+Blue) = 114+73+147=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #724993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724993 is #8DB66C. Grayscale: #5D5D5D. Windows color (decimal): -9287277 or 9652594. OLE color: 9652594.
HSL color Cylindrical-coordinate representation of color #724993: hue angle of 273.24º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #724993 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 73 | 147 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.42 |
| HSL | 273.24º | 0.34% | 0.43% | - |
| HSV(B) | 273.24º | 0.5% | 0.58% | - |
| XYZ | 14.59 | 10.45 | 28.85 | - |
| YUV | 93.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 147 | 0.22 | 0.50 | 0 | 0.42 | 273.24 | 0.34 | 0.43 |
| Hex | 72 | 49 | 93 | 16 | 32 | 0 | 2A | 111 | 22 | 2B |
| Octal | 162 | 111 | 223 | 26 | 62 | 0 | 52 | 421 | 42 | 53 |
| Binary | 1110010 | 1001001 | 10010011 | 10110 | 110010 | 0 | 101010 | 100010001 | 100010 | 101011 |
Color Harmonies of #724993
Complementary color
Monochromatic Colors of #724993
Black with #724993
Text Example
Text Example
White with #724993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724993; }
p { color: rgb(114,73,147); }
H1.HeaderClassName
{
color: #724993;
}
.AnyTagClassName
{
color: #724993;
}
</style>
background-color css
<style>
a { background-color: #724993; }
a { background-color: rgb(114,73,147); }
div.DivClassName
{
background-color: #724993;
}
.BgClassName
{
background-color: #724993;
}
</style>
border-color css
<style>
span { border-color: #724993; }
span { border-color: rgb(114,73,147); }
td.TdClassName
{
border-color: #724993;
}
.TagClassName
{
border-color: #724993;
}
</style>