Shades of Studio #72499C
Tints of Studio #72499C
RGB
CMYK
RGB Variations
Color information
#72499C (or 0x72499C) is known color: Studio. HEX triplet: 72, 49 and 9C. RGB value is (114,73,156). Sum of RGB (Red+Green+Blue) = 114+73+156=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #72499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72499C is #8DB663. Grayscale: #5E5E5E. Windows color (decimal): -9287268 or 10242418. OLE color: 10242418.
HSL color Cylindrical-coordinate representation of color #72499C: hue angle of 269.64º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72499C is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 73 | 156 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.39 |
| HSL | 269.64º | 0.36% | 0.45% | - |
| HSV(B) | 269.64º | 0.53% | 0.61% | - |
| XYZ | 15.32 | 10.74 | 32.72 | - |
| YUV | 94.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 156 | 0.27 | 0.53 | 0 | 0.39 | 269.64 | 0.36 | 0.45 |
| Hex | 72 | 49 | 9C | 1B | 35 | 0 | 27 | 10E | 24 | 2D |
| Octal | 162 | 111 | 234 | 33 | 65 | 0 | 47 | 416 | 44 | 55 |
| Binary | 1110010 | 1001001 | 10011100 | 11011 | 110101 | 0 | 100111 | 100001110 | 100100 | 101101 |
Color Harmonies of #72499C
Complementary color
Monochromatic Colors of #72499C
Black with #72499C
Text Example
Text Example
White with #72499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72499C; }
p { color: rgb(114,73,156); }
H1.HeaderClassName
{
color: #72499C;
}
.AnyTagClassName
{
color: #72499C;
}
</style>
background-color css
<style>
a { background-color: #72499C; }
a { background-color: rgb(114,73,156); }
div.DivClassName
{
background-color: #72499C;
}
.BgClassName
{
background-color: #72499C;
}
</style>
border-color css
<style>
span { border-color: #72499C; }
span { border-color: rgb(114,73,156); }
td.TdClassName
{
border-color: #72499C;
}
.TagClassName
{
border-color: #72499C;
}
</style>