Shades of Studio #724BAE
Tints of Studio #724BAE
RGB
CMYK
RGB Variations
Color information
#724BAE (or 0x724BAE) is known color: Studio. HEX triplet: 72, 4B and AE. RGB value is (114,75,174). Sum of RGB (Red+Green+Blue) = 114+75+174=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #724BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724BAE is #8DB451. Grayscale: #616161. Windows color (decimal): -9286738 or 11422578. OLE color: 11422578.
HSL color Cylindrical-coordinate representation of color #724BAE: hue angle of 263.64º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724BAE is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 75 | 174 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.32 |
| HSL | 263.64º | 0.4% | 0.49% | - |
| HSV(B) | 263.64º | 0.57% | 0.68% | - |
| XYZ | 17.1 | 11.67 | 41.4 | - |
| YUV | 97.95 | 170.92 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 174 | 0.34 | 0.57 | 0 | 0.32 | 263.64 | 0.4 | 0.49 |
| Hex | 72 | 4B | AE | 22 | 39 | 0 | 20 | 108 | 28 | 31 |
| Octal | 162 | 113 | 256 | 42 | 71 | 0 | 40 | 410 | 50 | 61 |
| Binary | 1110010 | 1001011 | 10101110 | 100010 | 111001 | 0 | 100000 | 100001000 | 101000 | 110001 |
Color Harmonies of #724BAE
Complementary color
Monochromatic Colors of #724BAE
Black with #724BAE
Text Example
Text Example
White with #724BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BAE; }
p { color: rgb(114,75,174); }
H1.HeaderClassName
{
color: #724BAE;
}
.AnyTagClassName
{
color: #724BAE;
}
</style>
background-color css
<style>
a { background-color: #724BAE; }
a { background-color: rgb(114,75,174); }
div.DivClassName
{
background-color: #724BAE;
}
.BgClassName
{
background-color: #724BAE;
}
</style>
border-color css
<style>
span { border-color: #724BAE; }
span { border-color: rgb(114,75,174); }
td.TdClassName
{
border-color: #724BAE;
}
.TagClassName
{
border-color: #724BAE;
}
</style>