Shades of Studio #724EAC
Tints of Studio #724EAC
RGB
CMYK
RGB Variations
Color information
#724EAC (or 0x724EAC) is known color: Studio. HEX triplet: 72, 4E and AC. RGB value is (114,78,172). Sum of RGB (Red+Green+Blue) = 114+78+172=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #724EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724EAC is #8DB153. Grayscale: #636363. Windows color (decimal): -9285972 or 11292274. OLE color: 11292274.
HSL color Cylindrical-coordinate representation of color #724EAC: hue angle of 262.98º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #724EAC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 78 | 172 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.33 |
| HSL | 262.98º | 0.38% | 0.49% | - |
| HSV(B) | 262.98º | 0.55% | 0.67% | - |
| XYZ | 17.11 | 12 | 40.45 | - |
| YUV | 99.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 172 | 0.34 | 0.55 | 0 | 0.33 | 262.98 | 0.38 | 0.49 |
| Hex | 72 | 4E | AC | 22 | 37 | 0 | 21 | 107 | 26 | 31 |
| Octal | 162 | 116 | 254 | 42 | 67 | 0 | 41 | 407 | 46 | 61 |
| Binary | 1110010 | 1001110 | 10101100 | 100010 | 110111 | 0 | 100001 | 100000111 | 100110 | 110001 |
Color Harmonies of #724EAC
Complementary color
Monochromatic Colors of #724EAC
Black with #724EAC
Text Example
Text Example
White with #724EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724EAC; }
p { color: rgb(114,78,172); }
H1.HeaderClassName
{
color: #724EAC;
}
.AnyTagClassName
{
color: #724EAC;
}
</style>
background-color css
<style>
a { background-color: #724EAC; }
a { background-color: rgb(114,78,172); }
div.DivClassName
{
background-color: #724EAC;
}
.BgClassName
{
background-color: #724EAC;
}
</style>
border-color css
<style>
span { border-color: #724EAC; }
span { border-color: rgb(114,78,172); }
td.TdClassName
{
border-color: #724EAC;
}
.TagClassName
{
border-color: #724EAC;
}
</style>