Shades of Cosmic #71465C
Tints of Cosmic #71465C
RGB
CMYK
RGB Variations
Color information
#71465C (or 0x71465C) is known color: Cosmic. HEX triplet: 71, 46 and 5C. RGB value is (113,70,92). Sum of RGB (Red+Green+Blue) = 113+70+92=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71465C is #8EB9A3. Grayscale: #555555. Windows color (decimal): -9353636 or 6047345. OLE color: 6047345.
HSL color Cylindrical-coordinate representation of color #71465C: hue angle of 329.3º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71465C is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 92 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.56 |
| HSL | 329.3º | 0.23% | 0.36% | - |
| HSV(B) | 329.3º | 0.38% | 0.44% | - |
| XYZ | 10.93 | 8.66 | 11.22 | - |
| YUV | 85.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 92 | 0 | 0.38 | 0.19 | 0.56 | 329.3 | 0.23 | 0.36 |
| Hex | 71 | 46 | 5C | 0 | 26 | 13 | 38 | 149 | 17 | 24 |
| Octal | 161 | 106 | 134 | 0 | 46 | 23 | 70 | 511 | 27 | 44 |
| Binary | 1110001 | 1000110 | 1011100 | 0 | 100110 | 10011 | 111000 | 101001001 | 10111 | 100100 |
Color Harmonies of #71465C
Complementary color
Monochromatic Colors of #71465C
Black with #71465C
Text Example
Text Example
White with #71465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71465C; }
p { color: rgb(113,70,92); }
H1.HeaderClassName
{
color: #71465C;
}
.AnyTagClassName
{
color: #71465C;
}
</style>
background-color css
<style>
a { background-color: #71465C; }
a { background-color: rgb(113,70,92); }
div.DivClassName
{
background-color: #71465C;
}
.BgClassName
{
background-color: #71465C;
}
</style>
border-color css
<style>
span { border-color: #71465C; }
span { border-color: rgb(113,70,92); }
td.TdClassName
{
border-color: #71465C;
}
.TagClassName
{
border-color: #71465C;
}
</style>