Shades of Studio #724E9F
Tints of Studio #724E9F
RGB
CMYK
RGB Variations
Color information
#724E9F (or 0x724E9F) is known color: Studio. HEX triplet: 72, 4E and 9F. RGB value is (114,78,159). Sum of RGB (Red+Green+Blue) = 114+78+159=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #724E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724E9F is #8DB160. Grayscale: #616161. Windows color (decimal): -9285985 or 10440306. OLE color: 10440306.
HSL color Cylindrical-coordinate representation of color #724E9F: hue angle of 266.67º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724E9F is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 78 | 159 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.38 |
| HSL | 266.67º | 0.34% | 0.46% | - |
| HSV(B) | 266.67º | 0.51% | 0.62% | - |
| XYZ | 15.92 | 11.53 | 34.19 | - |
| YUV | 98 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 159 | 0.28 | 0.51 | 0 | 0.38 | 266.67 | 0.34 | 0.46 |
| Hex | 72 | 4E | 9F | 1C | 33 | 0 | 26 | 10B | 22 | 2E |
| Octal | 162 | 116 | 237 | 34 | 63 | 0 | 46 | 413 | 42 | 56 |
| Binary | 1110010 | 1001110 | 10011111 | 11100 | 110011 | 0 | 100110 | 100001011 | 100010 | 101110 |
Color Harmonies of #724E9F
Complementary color
Monochromatic Colors of #724E9F
Black with #724E9F
Text Example
Text Example
White with #724E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E9F; }
p { color: rgb(114,78,159); }
H1.HeaderClassName
{
color: #724E9F;
}
.AnyTagClassName
{
color: #724E9F;
}
</style>
background-color css
<style>
a { background-color: #724E9F; }
a { background-color: rgb(114,78,159); }
div.DivClassName
{
background-color: #724E9F;
}
.BgClassName
{
background-color: #724E9F;
}
</style>
border-color css
<style>
span { border-color: #724E9F; }
span { border-color: rgb(114,78,159); }
td.TdClassName
{
border-color: #724E9F;
}
.TagClassName
{
border-color: #724E9F;
}
</style>