Shades of Studio #72449D
Tints of Studio #72449D
RGB
CMYK
RGB Variations
Color information
#72449D (or 0x72449D) is known color: Studio. HEX triplet: 72, 44 and 9D. RGB value is (114,68,157). Sum of RGB (Red+Green+Blue) = 114+68+157=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #72449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72449D is #8DBB62. Grayscale: #5B5B5B. Windows color (decimal): -9288547 or 10306674. OLE color: 10306674.
HSL color Cylindrical-coordinate representation of color #72449D: hue angle of 271.01º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72449D is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 68 | 157 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.38 |
| HSL | 271.01º | 0.4% | 0.44% | - |
| HSV(B) | 271.01º | 0.57% | 0.62% | - |
| XYZ | 15.09 | 10.15 | 33.06 | - |
| YUV | 91.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 157 | 0.27 | 0.57 | 0 | 0.38 | 271.01 | 0.4 | 0.44 |
| Hex | 72 | 44 | 9D | 1B | 39 | 0 | 26 | 10F | 28 | 2C |
| Octal | 162 | 104 | 235 | 33 | 71 | 0 | 46 | 417 | 50 | 54 |
| Binary | 1110010 | 1000100 | 10011101 | 11011 | 111001 | 0 | 100110 | 100001111 | 101000 | 101100 |
Color Harmonies of #72449D
Complementary color
Monochromatic Colors of #72449D
Black with #72449D
Text Example
Text Example
White with #72449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72449D; }
p { color: rgb(114,68,157); }
H1.HeaderClassName
{
color: #72449D;
}
.AnyTagClassName
{
color: #72449D;
}
</style>
background-color css
<style>
a { background-color: #72449D; }
a { background-color: rgb(114,68,157); }
div.DivClassName
{
background-color: #72449D;
}
.BgClassName
{
background-color: #72449D;
}
</style>
border-color css
<style>
span { border-color: #72449D; }
span { border-color: rgb(114,68,157); }
td.TdClassName
{
border-color: #72449D;
}
.TagClassName
{
border-color: #72449D;
}
</style>