Shades of Cosmic #73415F
Tints of Cosmic #73415F
RGB
CMYK
RGB Variations
Color information
#73415F (or 0x73415F) is known color: Cosmic. HEX triplet: 73, 41 and 5F. RGB value is (115,65,95). Sum of RGB (Red+Green+Blue) = 115+65+95=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73415F is #8CBEA0. Grayscale: #535353. Windows color (decimal): -9223841 or 6242675. OLE color: 6242675.
HSL color Cylindrical-coordinate representation of color #73415F: hue angle of 324º 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 #73415F is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 95 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.55 |
| HSL | 324º | 0.28% | 0.35% | - |
| HSV(B) | 324º | 0.43% | 0.45% | - |
| XYZ | 11.03 | 8.25 | 11.84 | - |
| YUV | 83.37 | 134.57 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 95 | 0 | 0.43 | 0.17 | 0.55 | 324 | 0.28 | 0.35 |
| Hex | 73 | 41 | 5F | 0 | 2B | 11 | 37 | 144 | 1C | 23 |
| Octal | 163 | 101 | 137 | 0 | 53 | 21 | 67 | 504 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1011111 | 0 | 101011 | 10001 | 110111 | 101000100 | 11100 | 100011 |
Color Harmonies of #73415F
Complementary color
Monochromatic Colors of #73415F
Black with #73415F
Text Example
Text Example
White with #73415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73415F; }
p { color: rgb(115,65,95); }
H1.HeaderClassName
{
color: #73415F;
}
.AnyTagClassName
{
color: #73415F;
}
</style>
background-color css
<style>
a { background-color: #73415F; }
a { background-color: rgb(115,65,95); }
div.DivClassName
{
background-color: #73415F;
}
.BgClassName
{
background-color: #73415F;
}
</style>
border-color css
<style>
span { border-color: #73415F; }
span { border-color: rgb(115,65,95); }
td.TdClassName
{
border-color: #73415F;
}
.TagClassName
{
border-color: #73415F;
}
</style>