Shades of Studio #724F9F
Tints of Studio #724F9F
RGB
CMYK
RGB Variations
Color information
#724F9F (or 0x724F9F) is known color: Studio. HEX triplet: 72, 4F and 9F. RGB value is (114,79,159). Sum of RGB (Red+Green+Blue) = 114+79+159=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #724F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F9F is #8DB060. Grayscale: #626262. Windows color (decimal): -9285729 or 10440562. OLE color: 10440562.
HSL color Cylindrical-coordinate representation of color #724F9F: hue angle of 266.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #724F9F is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 79 | 159 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.38 |
| HSL | 266.25º | 0.34% | 0.47% | - |
| HSV(B) | 266.25º | 0.5% | 0.62% | - |
| XYZ | 15.99 | 11.67 | 34.21 | - |
| YUV | 98.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 159 | 0.28 | 0.50 | 0 | 0.38 | 266.25 | 0.34 | 0.47 |
| Hex | 72 | 4F | 9F | 1C | 32 | 0 | 26 | 10A | 22 | 2F |
| Octal | 162 | 117 | 237 | 34 | 62 | 0 | 46 | 412 | 42 | 57 |
| Binary | 1110010 | 1001111 | 10011111 | 11100 | 110010 | 0 | 100110 | 100001010 | 100010 | 101111 |
Color Harmonies of #724F9F
Complementary color
Monochromatic Colors of #724F9F
Black with #724F9F
Text Example
Text Example
White with #724F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F9F; }
p { color: rgb(114,79,159); }
H1.HeaderClassName
{
color: #724F9F;
}
.AnyTagClassName
{
color: #724F9F;
}
</style>
background-color css
<style>
a { background-color: #724F9F; }
a { background-color: rgb(114,79,159); }
div.DivClassName
{
background-color: #724F9F;
}
.BgClassName
{
background-color: #724F9F;
}
</style>
border-color css
<style>
span { border-color: #724F9F; }
span { border-color: rgb(114,79,159); }
td.TdClassName
{
border-color: #724F9F;
}
.TagClassName
{
border-color: #724F9F;
}
</style>