Shades of Cosmic #79446C
Tints of Cosmic #79446C
RGB
CMYK
RGB Variations
Color information
#79446C (or 0x79446C) is known color: Cosmic. HEX triplet: 79, 44 and 6C. RGB value is (121,68,108). Sum of RGB (Red+Green+Blue) = 121+68+108=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #79446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79446C is #86BB93. Grayscale: #585858. Windows color (decimal): -8829844 or 7095417. OLE color: 7095417.
HSL color Cylindrical-coordinate representation of color #79446C: hue angle of 314.72º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79446C is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 68 | 108 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.53 |
| HSL | 314.72º | 0.28% | 0.37% | - |
| HSV(B) | 314.72º | 0.44% | 0.47% | - |
| XYZ | 12.66 | 9.28 | 15.31 | - |
| YUV | 88.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 68 | 108 | 0 | 0.44 | 0.11 | 0.53 | 314.72 | 0.28 | 0.37 |
| Hex | 79 | 44 | 6C | 0 | 2C | B | 35 | 13B | 1C | 25 |
| Octal | 171 | 104 | 154 | 0 | 54 | 13 | 65 | 473 | 34 | 45 |
| Binary | 1111001 | 1000100 | 1101100 | 0 | 101100 | 1011 | 110101 | 100111011 | 11100 | 100101 |
Color Harmonies of #79446C
Complementary color
Monochromatic Colors of #79446C
Black with #79446C
Text Example
Text Example
White with #79446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79446C; }
p { color: rgb(121,68,108); }
H1.HeaderClassName
{
color: #79446C;
}
.AnyTagClassName
{
color: #79446C;
}
</style>
background-color css
<style>
a { background-color: #79446C; }
a { background-color: rgb(121,68,108); }
div.DivClassName
{
background-color: #79446C;
}
.BgClassName
{
background-color: #79446C;
}
</style>
border-color css
<style>
span { border-color: #79446C; }
span { border-color: rgb(121,68,108); }
td.TdClassName
{
border-color: #79446C;
}
.TagClassName
{
border-color: #79446C;
}
</style>