Shades of Studio #724AAD
Tints of Studio #724AAD
RGB
CMYK
RGB Variations
Color information
#724AAD (or 0x724AAD) is known color: Studio. HEX triplet: 72, 4A and AD. RGB value is (114,74,173). Sum of RGB (Red+Green+Blue) = 114+74+173=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #724AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724AAD is #8DB552. Grayscale: #606060. Windows color (decimal): -9286995 or 11356786. OLE color: 11356786.
HSL color Cylindrical-coordinate representation of color #724AAD: hue angle of 264.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724AAD is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 74 | 173 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.32 |
| HSL | 264.24º | 0.4% | 0.48% | - |
| HSV(B) | 264.24º | 0.57% | 0.68% | - |
| XYZ | 16.93 | 11.49 | 40.86 | - |
| YUV | 97.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 173 | 0.34 | 0.57 | 0 | 0.32 | 264.24 | 0.4 | 0.48 |
| Hex | 72 | 4A | AD | 22 | 39 | 0 | 20 | 108 | 28 | 30 |
| Octal | 162 | 112 | 255 | 42 | 71 | 0 | 40 | 410 | 50 | 60 |
| Binary | 1110010 | 1001010 | 10101101 | 100010 | 111001 | 0 | 100000 | 100001000 | 101000 | 110000 |
Color Harmonies of #724AAD
Complementary color
Monochromatic Colors of #724AAD
Black with #724AAD
Text Example
Text Example
White with #724AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724AAD; }
p { color: rgb(114,74,173); }
H1.HeaderClassName
{
color: #724AAD;
}
.AnyTagClassName
{
color: #724AAD;
}
</style>
background-color css
<style>
a { background-color: #724AAD; }
a { background-color: rgb(114,74,173); }
div.DivClassName
{
background-color: #724AAD;
}
.BgClassName
{
background-color: #724AAD;
}
</style>
border-color css
<style>
span { border-color: #724AAD; }
span { border-color: rgb(114,74,173); }
td.TdClassName
{
border-color: #724AAD;
}
.TagClassName
{
border-color: #724AAD;
}
</style>