Shades of Cosmic #71455D
Tints of Cosmic #71455D
RGB
CMYK
RGB Variations
Color information
#71455D (or 0x71455D) is known color: Cosmic. HEX triplet: 71, 45 and 5D. RGB value is (113,69,93). Sum of RGB (Red+Green+Blue) = 113+69+93=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71455D is #8EBAA2. Grayscale: #545454. Windows color (decimal): -9353891 or 6112625. OLE color: 6112625.
HSL color Cylindrical-coordinate representation of color #71455D: hue angle of 327.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71455D is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 93 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.56 |
| HSL | 327.27º | 0.24% | 0.36% | - |
| HSV(B) | 327.27º | 0.39% | 0.44% | - |
| XYZ | 10.91 | 8.56 | 11.43 | - |
| YUV | 84.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 93 | 0 | 0.39 | 0.18 | 0.56 | 327.27 | 0.24 | 0.36 |
| Hex | 71 | 45 | 5D | 0 | 27 | 12 | 38 | 147 | 18 | 24 |
| Octal | 161 | 105 | 135 | 0 | 47 | 22 | 70 | 507 | 30 | 44 |
| Binary | 1110001 | 1000101 | 1011101 | 0 | 100111 | 10010 | 111000 | 101000111 | 11000 | 100100 |
Color Harmonies of #71455D
Complementary color
Monochromatic Colors of #71455D
Black with #71455D
Text Example
Text Example
White with #71455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71455D; }
p { color: rgb(113,69,93); }
H1.HeaderClassName
{
color: #71455D;
}
.AnyTagClassName
{
color: #71455D;
}
</style>
background-color css
<style>
a { background-color: #71455D; }
a { background-color: rgb(113,69,93); }
div.DivClassName
{
background-color: #71455D;
}
.BgClassName
{
background-color: #71455D;
}
</style>
border-color css
<style>
span { border-color: #71455D; }
span { border-color: rgb(113,69,93); }
td.TdClassName
{
border-color: #71455D;
}
.TagClassName
{
border-color: #71455D;
}
</style>