Shades of Studio #72559C
Tints of Studio #72559C
RGB
CMYK
RGB Variations
Color information
#72559C (or 0x72559C) is known color: Studio. HEX triplet: 72, 55 and 9C. RGB value is (114,85,156). Sum of RGB (Red+Green+Blue) = 114+85+156=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #72559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72559C is #8DAA63. Grayscale: #656565. Windows color (decimal): -9284196 or 10245490. OLE color: 10245490.
HSL color Cylindrical-coordinate representation of color #72559C: hue angle of 264.51º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72559C is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 85 | 156 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.39 |
| HSL | 264.51º | 0.29% | 0.47% | - |
| HSV(B) | 264.51º | 0.46% | 0.61% | - |
| XYZ | 16.19 | 12.47 | 33.01 | - |
| YUV | 101.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 156 | 0.27 | 0.46 | 0 | 0.39 | 264.51 | 0.29 | 0.47 |
| Hex | 72 | 55 | 9C | 1B | 2E | 0 | 27 | 109 | 1D | 2F |
| Octal | 162 | 125 | 234 | 33 | 56 | 0 | 47 | 411 | 35 | 57 |
| Binary | 1110010 | 1010101 | 10011100 | 11011 | 101110 | 0 | 100111 | 100001001 | 11101 | 101111 |
Color Harmonies of #72559C
Complementary color
Monochromatic Colors of #72559C
Black with #72559C
Text Example
Text Example
White with #72559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72559C; }
p { color: rgb(114,85,156); }
H1.HeaderClassName
{
color: #72559C;
}
.AnyTagClassName
{
color: #72559C;
}
</style>
background-color css
<style>
a { background-color: #72559C; }
a { background-color: rgb(114,85,156); }
div.DivClassName
{
background-color: #72559C;
}
.BgClassName
{
background-color: #72559C;
}
</style>
border-color css
<style>
span { border-color: #72559C; }
span { border-color: rgb(114,85,156); }
td.TdClassName
{
border-color: #72559C;
}
.TagClassName
{
border-color: #72559C;
}
</style>