Shades of Studio #724FA0
Tints of Studio #724FA0
RGB
CMYK
RGB Variations
Color information
#724FA0 (or 0x724FA0) is known color: Studio. HEX triplet: 72, 4F and A0. RGB value is (114,79,160). Sum of RGB (Red+Green+Blue) = 114+79+160=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #724FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724FA0 is #8DB05F. Grayscale: #626262. Windows color (decimal): -9285728 or 10506098. OLE color: 10506098.
HSL color Cylindrical-coordinate representation of color #724FA0: hue angle of 265.93º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724FA0 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 79 | 160 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.37 |
| HSL | 265.93º | 0.34% | 0.47% | - |
| HSV(B) | 265.93º | 0.51% | 0.63% | - |
| XYZ | 16.08 | 11.71 | 34.67 | - |
| YUV | 98.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 160 | 0.29 | 0.51 | 0 | 0.37 | 265.93 | 0.34 | 0.47 |
| Hex | 72 | 4F | A0 | 1D | 33 | 0 | 25 | 10A | 22 | 2F |
| Octal | 162 | 117 | 240 | 35 | 63 | 0 | 45 | 412 | 42 | 57 |
| Binary | 1110010 | 1001111 | 10100000 | 11101 | 110011 | 0 | 100101 | 100001010 | 100010 | 101111 |
Color Harmonies of #724FA0
Complementary color
Monochromatic Colors of #724FA0
Black with #724FA0
Text Example
Text Example
White with #724FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724FA0; }
p { color: rgb(114,79,160); }
H1.HeaderClassName
{
color: #724FA0;
}
.AnyTagClassName
{
color: #724FA0;
}
</style>
background-color css
<style>
a { background-color: #724FA0; }
a { background-color: rgb(114,79,160); }
div.DivClassName
{
background-color: #724FA0;
}
.BgClassName
{
background-color: #724FA0;
}
</style>
border-color css
<style>
span { border-color: #724FA0; }
span { border-color: rgb(114,79,160); }
td.TdClassName
{
border-color: #724FA0;
}
.TagClassName
{
border-color: #724FA0;
}
</style>