Shades of Studio #72489D
Tints of Studio #72489D
RGB
CMYK
RGB Variations
Color information
#72489D (or 0x72489D) is known color: Studio. HEX triplet: 72, 48 and 9D. RGB value is (114,72,157). Sum of RGB (Red+Green+Blue) = 114+72+157=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #72489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72489D is #8DB762. Grayscale: #5D5D5D. Windows color (decimal): -9287523 or 10307698. OLE color: 10307698.
HSL color Cylindrical-coordinate representation of color #72489D: hue angle of 269.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72489D is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 72 | 157 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.38 |
| HSL | 269.65º | 0.37% | 0.45% | - |
| HSV(B) | 269.65º | 0.54% | 0.62% | - |
| XYZ | 15.34 | 10.65 | 33.14 | - |
| YUV | 94.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 157 | 0.27 | 0.54 | 0 | 0.38 | 269.65 | 0.37 | 0.45 |
| Hex | 72 | 48 | 9D | 1B | 36 | 0 | 26 | 10E | 25 | 2D |
| Octal | 162 | 110 | 235 | 33 | 66 | 0 | 46 | 416 | 45 | 55 |
| Binary | 1110010 | 1001000 | 10011101 | 11011 | 110110 | 0 | 100110 | 100001110 | 100101 | 101101 |
Color Harmonies of #72489D
Complementary color
Monochromatic Colors of #72489D
Black with #72489D
Text Example
Text Example
White with #72489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72489D; }
p { color: rgb(114,72,157); }
H1.HeaderClassName
{
color: #72489D;
}
.AnyTagClassName
{
color: #72489D;
}
</style>
background-color css
<style>
a { background-color: #72489D; }
a { background-color: rgb(114,72,157); }
div.DivClassName
{
background-color: #72489D;
}
.BgClassName
{
background-color: #72489D;
}
</style>
border-color css
<style>
span { border-color: #72489D; }
span { border-color: rgb(114,72,157); }
td.TdClassName
{
border-color: #72489D;
}
.TagClassName
{
border-color: #72489D;
}
</style>