Shades of Studio #72449C
Tints of Studio #72449C
RGB
CMYK
RGB Variations
Color information
#72449C (or 0x72449C) is known color: Studio. HEX triplet: 72, 44 and 9C. RGB value is (114,68,156). Sum of RGB (Red+Green+Blue) = 114+68+156=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #72449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72449C is #8DBB63. Grayscale: #5B5B5B. Windows color (decimal): -9288548 or 10241138. OLE color: 10241138.
HSL color Cylindrical-coordinate representation of color #72449C: hue angle of 271.36º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72449C is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 68 | 156 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.39 |
| HSL | 271.36º | 0.39% | 0.44% | - |
| HSV(B) | 271.36º | 0.56% | 0.61% | - |
| XYZ | 15.01 | 10.11 | 32.61 | - |
| YUV | 91.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 156 | 0.27 | 0.56 | 0 | 0.39 | 271.36 | 0.39 | 0.44 |
| Hex | 72 | 44 | 9C | 1B | 38 | 0 | 27 | 10F | 27 | 2C |
| Octal | 162 | 104 | 234 | 33 | 70 | 0 | 47 | 417 | 47 | 54 |
| Binary | 1110010 | 1000100 | 10011100 | 11011 | 111000 | 0 | 100111 | 100001111 | 100111 | 101100 |
Color Harmonies of #72449C
Complementary color
Monochromatic Colors of #72449C
Black with #72449C
Text Example
Text Example
White with #72449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72449C; }
p { color: rgb(114,68,156); }
H1.HeaderClassName
{
color: #72449C;
}
.AnyTagClassName
{
color: #72449C;
}
</style>
background-color css
<style>
a { background-color: #72449C; }
a { background-color: rgb(114,68,156); }
div.DivClassName
{
background-color: #72449C;
}
.BgClassName
{
background-color: #72449C;
}
</style>
border-color css
<style>
span { border-color: #72449C; }
span { border-color: rgb(114,68,156); }
td.TdClassName
{
border-color: #72449C;
}
.TagClassName
{
border-color: #72449C;
}
</style>