Shades of Cosmic #71415E
Tints of Cosmic #71415E
RGB
CMYK
RGB Variations
Color information
#71415E (or 0x71415E) is known color: Cosmic. HEX triplet: 71, 41 and 5E. RGB value is (113,65,94). Sum of RGB (Red+Green+Blue) = 113+65+94=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71415E is #8EBEA1. Grayscale: #525252. Windows color (decimal): -9354914 or 6177137. OLE color: 6177137.
HSL color Cylindrical-coordinate representation of color #71415E: hue angle of 323.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71415E is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 94 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.56 |
| HSL | 323.75º | 0.27% | 0.35% | - |
| HSV(B) | 323.75º | 0.42% | 0.44% | - |
| XYZ | 10.72 | 8.1 | 11.59 | - |
| YUV | 82.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 94 | 0 | 0.42 | 0.17 | 0.56 | 323.75 | 0.27 | 0.35 |
| Hex | 71 | 41 | 5E | 0 | 2A | 11 | 38 | 144 | 1B | 23 |
| Octal | 161 | 101 | 136 | 0 | 52 | 21 | 70 | 504 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1011110 | 0 | 101010 | 10001 | 111000 | 101000100 | 11011 | 100011 |
Color Harmonies of #71415E
Complementary color
Monochromatic Colors of #71415E
Black with #71415E
Text Example
Text Example
White with #71415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71415E; }
p { color: rgb(113,65,94); }
H1.HeaderClassName
{
color: #71415E;
}
.AnyTagClassName
{
color: #71415E;
}
</style>
background-color css
<style>
a { background-color: #71415E; }
a { background-color: rgb(113,65,94); }
div.DivClassName
{
background-color: #71415E;
}
.BgClassName
{
background-color: #71415E;
}
</style>
border-color css
<style>
span { border-color: #71415E; }
span { border-color: rgb(113,65,94); }
td.TdClassName
{
border-color: #71415E;
}
.TagClassName
{
border-color: #71415E;
}
</style>