Shades of Studio #76409F
Tints of Studio #76409F
RGB
CMYK
RGB Variations
Color information
#76409F (or 0x76409F) is known color: Studio. HEX triplet: 76, 40 and 9F. RGB value is (118,64,159). Sum of RGB (Red+Green+Blue) = 118+64+159=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #76409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76409F is #89BF60. Grayscale: #5A5A5A. Windows color (decimal): -9027425 or 10436726. OLE color: 10436726.
HSL color Cylindrical-coordinate representation of color #76409F: hue angle of 274.11º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76409F is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 64 | 159 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.38 |
| HSL | 274.11º | 0.43% | 0.44% | - |
| HSV(B) | 274.11º | 0.6% | 0.62% | - |
| XYZ | 15.56 | 10.02 | 33.92 | - |
| YUV | 90.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 159 | 0.26 | 0.60 | 0 | 0.38 | 274.11 | 0.43 | 0.44 |
| Hex | 76 | 40 | 9F | 1A | 3C | 0 | 26 | 112 | 2B | 2C |
| Octal | 166 | 100 | 237 | 32 | 74 | 0 | 46 | 422 | 53 | 54 |
| Binary | 1110110 | 1000000 | 10011111 | 11010 | 111100 | 0 | 100110 | 100010010 | 101011 | 101100 |
Color Harmonies of #76409F
Complementary color
Monochromatic Colors of #76409F
Black with #76409F
Text Example
Text Example
White with #76409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76409F; }
p { color: rgb(118,64,159); }
H1.HeaderClassName
{
color: #76409F;
}
.AnyTagClassName
{
color: #76409F;
}
</style>
background-color css
<style>
a { background-color: #76409F; }
a { background-color: rgb(118,64,159); }
div.DivClassName
{
background-color: #76409F;
}
.BgClassName
{
background-color: #76409F;
}
</style>
border-color css
<style>
span { border-color: #76409F; }
span { border-color: rgb(118,64,159); }
td.TdClassName
{
border-color: #76409F;
}
.TagClassName
{
border-color: #76409F;
}
</style>