Shades of Studio #72499B
Tints of Studio #72499B
RGB
CMYK
RGB Variations
Color information
#72499B (or 0x72499B) is known color: Studio. HEX triplet: 72, 49 and 9B. RGB value is (114,73,155). Sum of RGB (Red+Green+Blue) = 114+73+155=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #72499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72499B is #8DB664. Grayscale: #5E5E5E. Windows color (decimal): -9287269 or 10176882. OLE color: 10176882.
HSL color Cylindrical-coordinate representation of color #72499B: hue angle of 270º 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 #72499B is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 73 | 155 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.39 |
| HSL | 270º | 0.36% | 0.45% | - |
| HSV(B) | 270º | 0.53% | 0.61% | - |
| XYZ | 15.24 | 10.71 | 32.27 | - |
| YUV | 94.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 155 | 0.26 | 0.53 | 0 | 0.39 | 270 | 0.36 | 0.45 |
| Hex | 72 | 49 | 9B | 1A | 35 | 0 | 27 | 10E | 24 | 2D |
| Octal | 162 | 111 | 233 | 32 | 65 | 0 | 47 | 416 | 44 | 55 |
| Binary | 1110010 | 1001001 | 10011011 | 11010 | 110101 | 0 | 100111 | 100001110 | 100100 | 101101 |
Color Harmonies of #72499B
Complementary color
Monochromatic Colors of #72499B
Black with #72499B
Text Example
Text Example
White with #72499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72499B; }
p { color: rgb(114,73,155); }
H1.HeaderClassName
{
color: #72499B;
}
.AnyTagClassName
{
color: #72499B;
}
</style>
background-color css
<style>
a { background-color: #72499B; }
a { background-color: rgb(114,73,155); }
div.DivClassName
{
background-color: #72499B;
}
.BgClassName
{
background-color: #72499B;
}
</style>
border-color css
<style>
span { border-color: #72499B; }
span { border-color: rgb(114,73,155); }
td.TdClassName
{
border-color: #72499B;
}
.TagClassName
{
border-color: #72499B;
}
</style>