Shades of Cosmic #74415D
Tints of Cosmic #74415D
RGB
CMYK
RGB Variations
Color information
#74415D (or 0x74415D) is known color: Cosmic. HEX triplet: 74, 41 and 5D. RGB value is (116,65,93). Sum of RGB (Red+Green+Blue) = 116+65+93=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74415D is #8BBEA2. Grayscale: #535353. Windows color (decimal): -9158307 or 6111604. OLE color: 6111604.
HSL color Cylindrical-coordinate representation of color #74415D: hue angle of 327.06º 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 #74415D is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 93 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.55 |
| HSL | 327.06º | 0.28% | 0.35% | - |
| HSV(B) | 327.06º | 0.44% | 0.45% | - |
| XYZ | 11.07 | 8.28 | 11.37 | - |
| YUV | 83.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 93 | 0 | 0.44 | 0.20 | 0.55 | 327.06 | 0.28 | 0.35 |
| Hex | 74 | 41 | 5D | 0 | 2C | 14 | 37 | 147 | 1C | 23 |
| Octal | 164 | 101 | 135 | 0 | 54 | 24 | 67 | 507 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1011101 | 0 | 101100 | 10100 | 110111 | 101000111 | 11100 | 100011 |
Color Harmonies of #74415D
Complementary color
Monochromatic Colors of #74415D
Black with #74415D
Text Example
Text Example
White with #74415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74415D; }
p { color: rgb(116,65,93); }
H1.HeaderClassName
{
color: #74415D;
}
.AnyTagClassName
{
color: #74415D;
}
</style>
background-color css
<style>
a { background-color: #74415D; }
a { background-color: rgb(116,65,93); }
div.DivClassName
{
background-color: #74415D;
}
.BgClassName
{
background-color: #74415D;
}
</style>
border-color css
<style>
span { border-color: #74415D; }
span { border-color: rgb(116,65,93); }
td.TdClassName
{
border-color: #74415D;
}
.TagClassName
{
border-color: #74415D;
}
</style>