Shades of Studio #724B98
Tints of Studio #724B98
RGB
CMYK
RGB Variations
Color information
#724B98 (or 0x724B98) is known color: Studio. HEX triplet: 72, 4B and 98. RGB value is (114,75,152). Sum of RGB (Red+Green+Blue) = 114+75+152=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #724B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B98 is #8DB467. Grayscale: #5F5F5F. Windows color (decimal): -9286760 or 9980786. OLE color: 9980786.
HSL color Cylindrical-coordinate representation of color #724B98: hue angle of 270.39º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724B98 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 75 | 152 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.40 |
| HSL | 270.39º | 0.34% | 0.45% | - |
| HSV(B) | 270.39º | 0.51% | 0.6% | - |
| XYZ | 15.12 | 10.88 | 31.01 | - |
| YUV | 95.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 152 | 0.25 | 0.51 | 0 | 0.40 | 270.39 | 0.34 | 0.45 |
| Hex | 72 | 4B | 98 | 19 | 33 | 0 | 28 | 10E | 22 | 2D |
| Octal | 162 | 113 | 230 | 31 | 63 | 0 | 50 | 416 | 42 | 55 |
| Binary | 1110010 | 1001011 | 10011000 | 11001 | 110011 | 0 | 101000 | 100001110 | 100010 | 101101 |
Color Harmonies of #724B98
Complementary color
Monochromatic Colors of #724B98
Black with #724B98
Text Example
Text Example
White with #724B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B98; }
p { color: rgb(114,75,152); }
H1.HeaderClassName
{
color: #724B98;
}
.AnyTagClassName
{
color: #724B98;
}
</style>
background-color css
<style>
a { background-color: #724B98; }
a { background-color: rgb(114,75,152); }
div.DivClassName
{
background-color: #724B98;
}
.BgClassName
{
background-color: #724B98;
}
</style>
border-color css
<style>
span { border-color: #724B98; }
span { border-color: rgb(114,75,152); }
td.TdClassName
{
border-color: #724B98;
}
.TagClassName
{
border-color: #724B98;
}
</style>