Shades of Studio #724DA1
Tints of Studio #724DA1
RGB
CMYK
RGB Variations
Color information
#724DA1 (or 0x724DA1) is known color: Studio. HEX triplet: 72, 4D and A1. RGB value is (114,77,161). Sum of RGB (Red+Green+Blue) = 114+77+161=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 161 - color contains mainly: blue. Hex color #724DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724DA1 is #8DB25E. Grayscale: #616161. Windows color (decimal): -9286239 or 10571122. OLE color: 10571122.
HSL color Cylindrical-coordinate representation of color #724DA1: hue angle of 266.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724DA1 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 77 | 161 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.37 |
| HSL | 266.43º | 0.35% | 0.47% | - |
| HSV(B) | 266.43º | 0.52% | 0.63% | - |
| XYZ | 16.03 | 11.46 | 35.09 | - |
| YUV | 97.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 161 | 0.29 | 0.52 | 0 | 0.37 | 266.43 | 0.35 | 0.47 |
| Hex | 72 | 4D | A1 | 1D | 34 | 0 | 25 | 10A | 23 | 2F |
| Octal | 162 | 115 | 241 | 35 | 64 | 0 | 45 | 412 | 43 | 57 |
| Binary | 1110010 | 1001101 | 10100001 | 11101 | 110100 | 0 | 100101 | 100001010 | 100011 | 101111 |
Color Harmonies of #724DA1
Complementary color
Monochromatic Colors of #724DA1
Black with #724DA1
Text Example
Text Example
White with #724DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724DA1; }
p { color: rgb(114,77,161); }
H1.HeaderClassName
{
color: #724DA1;
}
.AnyTagClassName
{
color: #724DA1;
}
</style>
background-color css
<style>
a { background-color: #724DA1; }
a { background-color: rgb(114,77,161); }
div.DivClassName
{
background-color: #724DA1;
}
.BgClassName
{
background-color: #724DA1;
}
</style>
border-color css
<style>
span { border-color: #724DA1; }
span { border-color: rgb(114,77,161); }
td.TdClassName
{
border-color: #724DA1;
}
.TagClassName
{
border-color: #724DA1;
}
</style>