Shades of Cosmic #744A5D
Tints of Cosmic #744A5D
RGB
CMYK
RGB Variations
Color information
#744A5D (or 0x744A5D) is known color: Cosmic. HEX triplet: 74, 4A and 5D. RGB value is (116,74,93). Sum of RGB (Red+Green+Blue) = 116+74+93=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #744A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A5D is #8BB5A2. Grayscale: #585858. Windows color (decimal): -9156003 or 6113908. OLE color: 6113908.
HSL color Cylindrical-coordinate representation of color #744A5D: hue angle of 332.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #744A5D is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 74 | 93 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.55 |
| HSL | 332.86º | 0.22% | 0.37% | - |
| HSV(B) | 332.86º | 0.36% | 0.45% | - |
| XYZ | 11.63 | 9.4 | 11.56 | - |
| YUV | 88.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 74 | 93 | 0 | 0.36 | 0.20 | 0.55 | 332.86 | 0.22 | 0.37 |
| Hex | 74 | 4A | 5D | 0 | 24 | 14 | 37 | 14D | 16 | 25 |
| Octal | 164 | 112 | 135 | 0 | 44 | 24 | 67 | 515 | 26 | 45 |
| Binary | 1110100 | 1001010 | 1011101 | 0 | 100100 | 10100 | 110111 | 101001101 | 10110 | 100101 |
Color Harmonies of #744A5D
Complementary color
Monochromatic Colors of #744A5D
Black with #744A5D
Text Example
Text Example
White with #744A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744A5D; }
p { color: rgb(116,74,93); }
H1.HeaderClassName
{
color: #744A5D;
}
.AnyTagClassName
{
color: #744A5D;
}
</style>
background-color css
<style>
a { background-color: #744A5D; }
a { background-color: rgb(116,74,93); }
div.DivClassName
{
background-color: #744A5D;
}
.BgClassName
{
background-color: #744A5D;
}
</style>
border-color css
<style>
span { border-color: #744A5D; }
span { border-color: rgb(116,74,93); }
td.TdClassName
{
border-color: #744A5D;
}
.TagClassName
{
border-color: #744A5D;
}
</style>