Shades of Studio #724DB5
Tints of Studio #724DB5
RGB
CMYK
RGB Variations
Color information
#724DB5 (or 0x724DB5) is known color: Studio. HEX triplet: 72, 4D and B5. RGB value is (114,77,181). Sum of RGB (Red+Green+Blue) = 114+77+181=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #724DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724DB5 is #8DB24A. Grayscale: #636363. Windows color (decimal): -9286219 or 11881842. OLE color: 11881842.
HSL color Cylindrical-coordinate representation of color #724DB5: hue angle of 261.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724DB5 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 77 | 181 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.29 |
| HSL | 261.35º | 0.41% | 0.51% | - |
| HSV(B) | 261.35º | 0.57% | 0.71% | - |
| XYZ | 17.93 | 12.22 | 45.13 | - |
| YUV | 99.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 181 | 0.37 | 0.57 | 0 | 0.29 | 261.35 | 0.41 | 0.51 |
| Hex | 72 | 4D | B5 | 25 | 39 | 0 | 1D | 105 | 29 | 33 |
| Octal | 162 | 115 | 265 | 45 | 71 | 0 | 35 | 405 | 51 | 63 |
| Binary | 1110010 | 1001101 | 10110101 | 100101 | 111001 | 0 | 11101 | 100000101 | 101001 | 110011 |
Color Harmonies of #724DB5
Complementary color
Monochromatic Colors of #724DB5
Black with #724DB5
Text Example
Text Example
White with #724DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DB5; }
p { color: rgb(114,77,181); }
H1.HeaderClassName
{
color: #724DB5;
}
.AnyTagClassName
{
color: #724DB5;
}
</style>
background-color css
<style>
a { background-color: #724DB5; }
a { background-color: rgb(114,77,181); }
div.DivClassName
{
background-color: #724DB5;
}
.BgClassName
{
background-color: #724DB5;
}
</style>
border-color css
<style>
span { border-color: #724DB5; }
span { border-color: rgb(114,77,181); }
td.TdClassName
{
border-color: #724DB5;
}
.TagClassName
{
border-color: #724DB5;
}
</style>