Shades of Studio #724694
Tints of Studio #724694
RGB
CMYK
RGB Variations
Color information
#724694 (or 0x724694) is known color: Studio. HEX triplet: 72, 46 and 94. RGB value is (114,70,148). Sum of RGB (Red+Green+Blue) = 114+70+148=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #724694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724694 is #8DB96B. Grayscale: #5B5B5B. Windows color (decimal): -9288044 or 9717362. OLE color: 9717362.
HSL color Cylindrical-coordinate representation of color #724694: hue angle of 273.85º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #724694 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 70 | 148 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.42 |
| HSL | 273.85º | 0.36% | 0.43% | - |
| HSV(B) | 273.85º | 0.53% | 0.58% | - |
| XYZ | 14.47 | 10.1 | 29.2 | - |
| YUV | 92.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 148 | 0.23 | 0.53 | 0 | 0.42 | 273.85 | 0.36 | 0.43 |
| Hex | 72 | 46 | 94 | 17 | 35 | 0 | 2A | 112 | 24 | 2B |
| Octal | 162 | 106 | 224 | 27 | 65 | 0 | 52 | 422 | 44 | 53 |
| Binary | 1110010 | 1000110 | 10010100 | 10111 | 110101 | 0 | 101010 | 100010010 | 100100 | 101011 |
Color Harmonies of #724694
Complementary color
Monochromatic Colors of #724694
Black with #724694
Text Example
Text Example
White with #724694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724694; }
p { color: rgb(114,70,148); }
H1.HeaderClassName
{
color: #724694;
}
.AnyTagClassName
{
color: #724694;
}
</style>
background-color css
<style>
a { background-color: #724694; }
a { background-color: rgb(114,70,148); }
div.DivClassName
{
background-color: #724694;
}
.BgClassName
{
background-color: #724694;
}
</style>
border-color css
<style>
span { border-color: #724694; }
span { border-color: rgb(114,70,148); }
td.TdClassName
{
border-color: #724694;
}
.TagClassName
{
border-color: #724694;
}
</style>