Shades of Cosmic #78415C
Tints of Cosmic #78415C
RGB
CMYK
RGB Variations
Color information
#78415C (or 0x78415C) is known color: Cosmic. HEX triplet: 78, 41 and 5C. RGB value is (120,65,92). Sum of RGB (Red+Green+Blue) = 120+65+92=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78415C is #87BEA3. Grayscale: #545454. Windows color (decimal): -8896164 or 6046072. OLE color: 6046072.
HSL color Cylindrical-coordinate representation of color #78415C: hue angle of 330.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78415C is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 92 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.53 |
| HSL | 330.55º | 0.3% | 0.36% | - |
| HSV(B) | 330.55º | 0.46% | 0.47% | - |
| XYZ | 11.57 | 8.55 | 11.17 | - |
| YUV | 84.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 92 | 0 | 0.46 | 0.23 | 0.53 | 330.55 | 0.3 | 0.36 |
| Hex | 78 | 41 | 5C | 0 | 2E | 17 | 35 | 14B | 1E | 24 |
| Octal | 170 | 101 | 134 | 0 | 56 | 27 | 65 | 513 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1011100 | 0 | 101110 | 10111 | 110101 | 101001011 | 11110 | 100100 |
Color Harmonies of #78415C
Complementary color
Monochromatic Colors of #78415C
Black with #78415C
Text Example
Text Example
White with #78415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78415C; }
p { color: rgb(120,65,92); }
H1.HeaderClassName
{
color: #78415C;
}
.AnyTagClassName
{
color: #78415C;
}
</style>
background-color css
<style>
a { background-color: #78415C; }
a { background-color: rgb(120,65,92); }
div.DivClassName
{
background-color: #78415C;
}
.BgClassName
{
background-color: #78415C;
}
</style>
border-color css
<style>
span { border-color: #78415C; }
span { border-color: rgb(120,65,92); }
td.TdClassName
{
border-color: #78415C;
}
.TagClassName
{
border-color: #78415C;
}
</style>