Shades of Studio #724C9F
Tints of Studio #724C9F
RGB
CMYK
RGB Variations
Color information
#724C9F (or 0x724C9F) is known color: Studio. HEX triplet: 72, 4C and 9F. RGB value is (114,76,159). Sum of RGB (Red+Green+Blue) = 114+76+159=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #724C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724C9F is #8DB360. Grayscale: #606060. Windows color (decimal): -9286497 or 10439794. OLE color: 10439794.
HSL color Cylindrical-coordinate representation of color #724C9F: hue angle of 267.47º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724C9F is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 76 | 159 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.38 |
| HSL | 267.47º | 0.35% | 0.46% | - |
| HSV(B) | 267.47º | 0.52% | 0.62% | - |
| XYZ | 15.78 | 11.25 | 34.14 | - |
| YUV | 96.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 159 | 0.28 | 0.52 | 0 | 0.38 | 267.47 | 0.35 | 0.46 |
| Hex | 72 | 4C | 9F | 1C | 34 | 0 | 26 | 10B | 23 | 2E |
| Octal | 162 | 114 | 237 | 34 | 64 | 0 | 46 | 413 | 43 | 56 |
| Binary | 1110010 | 1001100 | 10011111 | 11100 | 110100 | 0 | 100110 | 100001011 | 100011 | 101110 |
Color Harmonies of #724C9F
Complementary color
Monochromatic Colors of #724C9F
Black with #724C9F
Text Example
Text Example
White with #724C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C9F; }
p { color: rgb(114,76,159); }
H1.HeaderClassName
{
color: #724C9F;
}
.AnyTagClassName
{
color: #724C9F;
}
</style>
background-color css
<style>
a { background-color: #724C9F; }
a { background-color: rgb(114,76,159); }
div.DivClassName
{
background-color: #724C9F;
}
.BgClassName
{
background-color: #724C9F;
}
</style>
border-color css
<style>
span { border-color: #724C9F; }
span { border-color: rgb(114,76,159); }
td.TdClassName
{
border-color: #724C9F;
}
.TagClassName
{
border-color: #724C9F;
}
</style>