Shades of Studio #724DA2
Tints of Studio #724DA2
RGB
CMYK
RGB Variations
Color information
#724DA2 (or 0x724DA2) is known color: Studio. HEX triplet: 72, 4D and A2. RGB value is (114,77,162). Sum of RGB (Red+Green+Blue) = 114+77+162=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 162 - color contains mainly: blue. Hex color #724DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724DA2 is #8DB25D. Grayscale: #616161. Windows color (decimal): -9286238 or 10636658. OLE color: 10636658.
HSL color Cylindrical-coordinate representation of color #724DA2: hue angle of 266.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724DA2 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 77 | 162 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.36 |
| HSL | 266.12º | 0.36% | 0.47% | - |
| HSV(B) | 266.12º | 0.52% | 0.64% | - |
| XYZ | 16.11 | 11.49 | 35.55 | - |
| YUV | 97.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 162 | 0.30 | 0.52 | 0 | 0.36 | 266.12 | 0.36 | 0.47 |
| Hex | 72 | 4D | A2 | 1E | 34 | 0 | 24 | 10A | 24 | 2F |
| Octal | 162 | 115 | 242 | 36 | 64 | 0 | 44 | 412 | 44 | 57 |
| Binary | 1110010 | 1001101 | 10100010 | 11110 | 110100 | 0 | 100100 | 100001010 | 100100 | 101111 |
Color Harmonies of #724DA2
Complementary color
Monochromatic Colors of #724DA2
Black with #724DA2
Text Example
Text Example
White with #724DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DA2; }
p { color: rgb(114,77,162); }
H1.HeaderClassName
{
color: #724DA2;
}
.AnyTagClassName
{
color: #724DA2;
}
</style>
background-color css
<style>
a { background-color: #724DA2; }
a { background-color: rgb(114,77,162); }
div.DivClassName
{
background-color: #724DA2;
}
.BgClassName
{
background-color: #724DA2;
}
</style>
border-color css
<style>
span { border-color: #724DA2; }
span { border-color: rgb(114,77,162); }
td.TdClassName
{
border-color: #724DA2;
}
.TagClassName
{
border-color: #724DA2;
}
</style>