Shades of Cosmic #704A5D
Tints of Cosmic #704A5D
RGB
CMYK
RGB Variations
Color information
#704A5D (or 0x704A5D) is known color: Cosmic. HEX triplet: 70, 4A and 5D. RGB value is (112,74,93). Sum of RGB (Red+Green+Blue) = 112+74+93=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #704A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A5D is #8FB5A2. Grayscale: #575757. Windows color (decimal): -9418147 or 6113904. OLE color: 6113904.
HSL color Cylindrical-coordinate representation of color #704A5D: hue angle of 330º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A5D is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 93 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.56 |
| HSL | 330º | 0.2% | 0.36% | - |
| HSV(B) | 330º | 0.34% | 0.44% | - |
| XYZ | 11.11 | 9.13 | 11.53 | - |
| YUV | 87.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 93 | 0 | 0.34 | 0.17 | 0.56 | 330 | 0.2 | 0.36 |
| Hex | 70 | 4A | 5D | 0 | 22 | 11 | 38 | 14A | 14 | 24 |
| Octal | 160 | 112 | 135 | 0 | 42 | 21 | 70 | 512 | 24 | 44 |
| Binary | 1110000 | 1001010 | 1011101 | 0 | 100010 | 10001 | 111000 | 101001010 | 10100 | 100100 |
Color Harmonies of #704A5D
Complementary color
Monochromatic Colors of #704A5D
Black with #704A5D
Text Example
Text Example
White with #704A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A5D; }
p { color: rgb(112,74,93); }
H1.HeaderClassName
{
color: #704A5D;
}
.AnyTagClassName
{
color: #704A5D;
}
</style>
background-color css
<style>
a { background-color: #704A5D; }
a { background-color: rgb(112,74,93); }
div.DivClassName
{
background-color: #704A5D;
}
.BgClassName
{
background-color: #704A5D;
}
</style>
border-color css
<style>
span { border-color: #704A5D; }
span { border-color: rgb(112,74,93); }
td.TdClassName
{
border-color: #704A5D;
}
.TagClassName
{
border-color: #704A5D;
}
</style>