Shades of Studio #724BA3
Tints of Studio #724BA3
RGB
CMYK
RGB Variations
Color information
#724BA3 (or 0x724BA3) is known color: Studio. HEX triplet: 72, 4B and A3. RGB value is (114,75,163). Sum of RGB (Red+Green+Blue) = 114+75+163=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #724BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724BA3 is #8DB45C. Grayscale: #606060. Windows color (decimal): -9286749 or 10701682. OLE color: 10701682.
HSL color Cylindrical-coordinate representation of color #724BA3: hue angle of 266.59º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724BA3 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 75 | 163 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.36 |
| HSL | 266.59º | 0.37% | 0.47% | - |
| HSV(B) | 266.59º | 0.54% | 0.64% | - |
| XYZ | 16.07 | 11.25 | 35.98 | - |
| YUV | 96.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 163 | 0.30 | 0.54 | 0 | 0.36 | 266.59 | 0.37 | 0.47 |
| Hex | 72 | 4B | A3 | 1E | 36 | 0 | 24 | 10B | 25 | 2F |
| Octal | 162 | 113 | 243 | 36 | 66 | 0 | 44 | 413 | 45 | 57 |
| Binary | 1110010 | 1001011 | 10100011 | 11110 | 110110 | 0 | 100100 | 100001011 | 100101 | 101111 |
Color Harmonies of #724BA3
Complementary color
Monochromatic Colors of #724BA3
Black with #724BA3
Text Example
Text Example
White with #724BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724BA3; }
p { color: rgb(114,75,163); }
H1.HeaderClassName
{
color: #724BA3;
}
.AnyTagClassName
{
color: #724BA3;
}
</style>
background-color css
<style>
a { background-color: #724BA3; }
a { background-color: rgb(114,75,163); }
div.DivClassName
{
background-color: #724BA3;
}
.BgClassName
{
background-color: #724BA3;
}
</style>
border-color css
<style>
span { border-color: #724BA3; }
span { border-color: rgb(114,75,163); }
td.TdClassName
{
border-color: #724BA3;
}
.TagClassName
{
border-color: #724BA3;
}
</style>