Shades of Studio #724CB2
Tints of Studio #724CB2
RGB
CMYK
RGB Variations
Color information
#724CB2 (or 0x724CB2) is known color: Studio. HEX triplet: 72, 4C and B2. RGB value is (114,76,178). Sum of RGB (Red+Green+Blue) = 114+76+178=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #724CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724CB2 is #8DB34D. Grayscale: #626262. Windows color (decimal): -9286478 or 11684978. OLE color: 11684978.
HSL color Cylindrical-coordinate representation of color #724CB2: hue angle of 262.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724CB2 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 76 | 178 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.30 |
| HSL | 262.35º | 0.4% | 0.5% | - |
| HSV(B) | 262.35º | 0.57% | 0.7% | - |
| XYZ | 17.56 | 11.96 | 43.5 | - |
| YUV | 98.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 178 | 0.36 | 0.57 | 0 | 0.30 | 262.35 | 0.4 | 0.5 |
| Hex | 72 | 4C | B2 | 24 | 39 | 0 | 1E | 106 | 28 | 32 |
| Octal | 162 | 114 | 262 | 44 | 71 | 0 | 36 | 406 | 50 | 62 |
| Binary | 1110010 | 1001100 | 10110010 | 100100 | 111001 | 0 | 11110 | 100000110 | 101000 | 110010 |
Color Harmonies of #724CB2
Complementary color
Monochromatic Colors of #724CB2
Black with #724CB2
Text Example
Text Example
White with #724CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724CB2; }
p { color: rgb(114,76,178); }
H1.HeaderClassName
{
color: #724CB2;
}
.AnyTagClassName
{
color: #724CB2;
}
</style>
background-color css
<style>
a { background-color: #724CB2; }
a { background-color: rgb(114,76,178); }
div.DivClassName
{
background-color: #724CB2;
}
.BgClassName
{
background-color: #724CB2;
}
</style>
border-color css
<style>
span { border-color: #724CB2; }
span { border-color: rgb(114,76,178); }
td.TdClassName
{
border-color: #724CB2;
}
.TagClassName
{
border-color: #724CB2;
}
</style>