Shades of Cosmic #73415C
Tints of Cosmic #73415C
RGB
CMYK
RGB Variations
Color information
#73415C (or 0x73415C) is known color: Cosmic. HEX triplet: 73, 41 and 5C. RGB value is (115,65,92). Sum of RGB (Red+Green+Blue) = 115+65+92=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #73415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73415C is #8CBEA3. Grayscale: #525252. Windows color (decimal): -9223844 or 6046067. OLE color: 6046067.
HSL color Cylindrical-coordinate representation of color #73415C: hue angle of 327.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73415C is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 92 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.55 |
| HSL | 327.6º | 0.28% | 0.35% | - |
| HSV(B) | 327.6º | 0.43% | 0.45% | - |
| XYZ | 10.89 | 8.2 | 11.13 | - |
| YUV | 83.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 92 | 0 | 0.43 | 0.20 | 0.55 | 327.6 | 0.28 | 0.35 |
| Hex | 73 | 41 | 5C | 0 | 2B | 14 | 37 | 148 | 1C | 23 |
| Octal | 163 | 101 | 134 | 0 | 53 | 24 | 67 | 510 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1011100 | 0 | 101011 | 10100 | 110111 | 101001000 | 11100 | 100011 |
Color Harmonies of #73415C
Complementary color
Monochromatic Colors of #73415C
Black with #73415C
Text Example
Text Example
White with #73415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73415C; }
p { color: rgb(115,65,92); }
H1.HeaderClassName
{
color: #73415C;
}
.AnyTagClassName
{
color: #73415C;
}
</style>
background-color css
<style>
a { background-color: #73415C; }
a { background-color: rgb(115,65,92); }
div.DivClassName
{
background-color: #73415C;
}
.BgClassName
{
background-color: #73415C;
}
</style>
border-color css
<style>
span { border-color: #73415C; }
span { border-color: rgb(115,65,92); }
td.TdClassName
{
border-color: #73415C;
}
.TagClassName
{
border-color: #73415C;
}
</style>