Shades of Studio #724FAB
Tints of Studio #724FAB
RGB
CMYK
RGB Variations
Color information
#724FAB (or 0x724FAB) is known color: Studio. HEX triplet: 72, 4F and AB. RGB value is (114,79,171). Sum of RGB (Red+Green+Blue) = 114+79+171=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #724FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724FAB is #8DB054. Grayscale: #636363. Windows color (decimal): -9285717 or 11226994. OLE color: 11226994.
HSL color Cylindrical-coordinate representation of color #724FAB: hue angle of 262.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724FAB is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 79 | 171 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.33 |
| HSL | 262.83º | 0.37% | 0.49% | - |
| HSV(B) | 262.83º | 0.54% | 0.67% | - |
| XYZ | 17.09 | 12.11 | 39.96 | - |
| YUV | 99.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 171 | 0.33 | 0.54 | 0 | 0.33 | 262.83 | 0.37 | 0.49 |
| Hex | 72 | 4F | AB | 21 | 36 | 0 | 21 | 107 | 25 | 31 |
| Octal | 162 | 117 | 253 | 41 | 66 | 0 | 41 | 407 | 45 | 61 |
| Binary | 1110010 | 1001111 | 10101011 | 100001 | 110110 | 0 | 100001 | 100000111 | 100101 | 110001 |
Color Harmonies of #724FAB
Complementary color
Monochromatic Colors of #724FAB
Black with #724FAB
Text Example
Text Example
White with #724FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FAB; }
p { color: rgb(114,79,171); }
H1.HeaderClassName
{
color: #724FAB;
}
.AnyTagClassName
{
color: #724FAB;
}
</style>
background-color css
<style>
a { background-color: #724FAB; }
a { background-color: rgb(114,79,171); }
div.DivClassName
{
background-color: #724FAB;
}
.BgClassName
{
background-color: #724FAB;
}
</style>
border-color css
<style>
span { border-color: #724FAB; }
span { border-color: rgb(114,79,171); }
td.TdClassName
{
border-color: #724FAB;
}
.TagClassName
{
border-color: #724FAB;
}
</style>