Shades of Studio #72579B
Tints of Studio #72579B
RGB
CMYK
RGB Variations
Color information
#72579B (or 0x72579B) is known color: Studio. HEX triplet: 72, 57 and 9B. RGB value is (114,87,155). Sum of RGB (Red+Green+Blue) = 114+87+155=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #72579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72579B is #8DA864. Grayscale: #666666. Windows color (decimal): -9283685 or 10180466. OLE color: 10180466.
HSL color Cylindrical-coordinate representation of color #72579B: hue angle of 263.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72579B is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 87 | 155 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.39 |
| HSL | 263.82º | 0.28% | 0.47% | - |
| HSV(B) | 263.82º | 0.44% | 0.61% | - |
| XYZ | 16.26 | 12.76 | 32.62 | - |
| YUV | 102.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 155 | 0.26 | 0.44 | 0 | 0.39 | 263.82 | 0.28 | 0.47 |
| Hex | 72 | 57 | 9B | 1A | 2C | 0 | 27 | 108 | 1C | 2F |
| Octal | 162 | 127 | 233 | 32 | 54 | 0 | 47 | 410 | 34 | 57 |
| Binary | 1110010 | 1010111 | 10011011 | 11010 | 101100 | 0 | 100111 | 100001000 | 11100 | 101111 |
Color Harmonies of #72579B
Complementary color
Monochromatic Colors of #72579B
Black with #72579B
Text Example
Text Example
White with #72579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72579B; }
p { color: rgb(114,87,155); }
H1.HeaderClassName
{
color: #72579B;
}
.AnyTagClassName
{
color: #72579B;
}
</style>
background-color css
<style>
a { background-color: #72579B; }
a { background-color: rgb(114,87,155); }
div.DivClassName
{
background-color: #72579B;
}
.BgClassName
{
background-color: #72579B;
}
</style>
border-color css
<style>
span { border-color: #72579B; }
span { border-color: rgb(114,87,155); }
td.TdClassName
{
border-color: #72579B;
}
.TagClassName
{
border-color: #72579B;
}
</style>