Shades of Studio #724CB0
Tints of Studio #724CB0
RGB
CMYK
RGB Variations
Color information
#724CB0 (or 0x724CB0) is known color: Studio. HEX triplet: 72, 4C and B0. RGB value is (114,76,176). Sum of RGB (Red+Green+Blue) = 114+76+176=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #724CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724CB0 is #8DB34F. Grayscale: #626262. Windows color (decimal): -9286480 or 11553906. OLE color: 11553906.
HSL color Cylindrical-coordinate representation of color #724CB0: hue angle of 262.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724CB0 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 76 | 176 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.31 |
| HSL | 262.8º | 0.4% | 0.49% | - |
| HSV(B) | 262.8º | 0.57% | 0.69% | - |
| XYZ | 17.36 | 11.88 | 42.45 | - |
| YUV | 98.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 176 | 0.35 | 0.57 | 0 | 0.31 | 262.8 | 0.4 | 0.49 |
| Hex | 72 | 4C | B0 | 23 | 39 | 0 | 1F | 107 | 28 | 31 |
| Octal | 162 | 114 | 260 | 43 | 71 | 0 | 37 | 407 | 50 | 61 |
| Binary | 1110010 | 1001100 | 10110000 | 100011 | 111001 | 0 | 11111 | 100000111 | 101000 | 110001 |
Color Harmonies of #724CB0
Complementary color
Monochromatic Colors of #724CB0
Black with #724CB0
Text Example
Text Example
White with #724CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CB0; }
p { color: rgb(114,76,176); }
H1.HeaderClassName
{
color: #724CB0;
}
.AnyTagClassName
{
color: #724CB0;
}
</style>
background-color css
<style>
a { background-color: #724CB0; }
a { background-color: rgb(114,76,176); }
div.DivClassName
{
background-color: #724CB0;
}
.BgClassName
{
background-color: #724CB0;
}
</style>
border-color css
<style>
span { border-color: #724CB0; }
span { border-color: rgb(114,76,176); }
td.TdClassName
{
border-color: #724CB0;
}
.TagClassName
{
border-color: #724CB0;
}
</style>