Shades of Cosmic #74415E
Tints of Cosmic #74415E
RGB
CMYK
RGB Variations
Color information
#74415E (or 0x74415E) is known color: Cosmic. HEX triplet: 74, 41 and 5E. RGB value is (116,65,94). Sum of RGB (Red+Green+Blue) = 116+65+94=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74415E is #8BBEA1. Grayscale: #535353. Windows color (decimal): -9158306 or 6177140. OLE color: 6177140.
HSL color Cylindrical-coordinate representation of color #74415E: hue angle of 325.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74415E is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 94 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.55 |
| HSL | 325.88º | 0.28% | 0.35% | - |
| HSV(B) | 325.88º | 0.44% | 0.45% | - |
| XYZ | 11.11 | 8.3 | 11.61 | - |
| YUV | 83.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 94 | 0 | 0.44 | 0.19 | 0.55 | 325.88 | 0.28 | 0.35 |
| Hex | 74 | 41 | 5E | 0 | 2C | 13 | 37 | 146 | 1C | 23 |
| Octal | 164 | 101 | 136 | 0 | 54 | 23 | 67 | 506 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1011110 | 0 | 101100 | 10011 | 110111 | 101000110 | 11100 | 100011 |
Color Harmonies of #74415E
Complementary color
Monochromatic Colors of #74415E
Black with #74415E
Text Example
Text Example
White with #74415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74415E; }
p { color: rgb(116,65,94); }
H1.HeaderClassName
{
color: #74415E;
}
.AnyTagClassName
{
color: #74415E;
}
</style>
background-color css
<style>
a { background-color: #74415E; }
a { background-color: rgb(116,65,94); }
div.DivClassName
{
background-color: #74415E;
}
.BgClassName
{
background-color: #74415E;
}
</style>
border-color css
<style>
span { border-color: #74415E; }
span { border-color: rgb(116,65,94); }
td.TdClassName
{
border-color: #74415E;
}
.TagClassName
{
border-color: #74415E;
}
</style>