Shades of Cosmic #7F3D5A
Tints of Cosmic #7F3D5A
RGB
CMYK
RGB Variations
Color information
#7F3D5A (or 0x7F3D5A) is known color: Cosmic. HEX triplet: 7F, 3D and 5A. RGB value is (127,61,90). Sum of RGB (Red+Green+Blue) = 127+61+90=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3D5A is #80C2A5. Grayscale: #535353. Windows color (decimal): -8438438 or 5913983. OLE color: 5913983.
HSL color Cylindrical-coordinate representation of color #7F3D5A: hue angle of 333.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F3D5A is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 61 | 90 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.50 |
| HSL | 333.64º | 0.35% | 0.37% | - |
| HSV(B) | 333.64º | 0.52% | 0.5% | - |
| XYZ | 12.27 | 8.59 | 10.68 | - |
| YUV | 84.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 61 | 90 | 0 | 0.52 | 0.29 | 0.50 | 333.64 | 0.35 | 0.37 |
| Hex | 7F | 3D | 5A | 0 | 34 | 1D | 32 | 14E | 23 | 25 |
| Octal | 177 | 75 | 132 | 0 | 64 | 35 | 62 | 516 | 43 | 45 |
| Binary | 1111111 | 111101 | 1011010 | 0 | 110100 | 11101 | 110010 | 101001110 | 100011 | 100101 |
Color Harmonies of #7F3D5A
Complementary color
Monochromatic Colors of #7F3D5A
Black with #7F3D5A
Text Example
Text Example
White with #7F3D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3D5A; }
p { color: rgb(127,61,90); }
H1.HeaderClassName
{
color: #7F3D5A;
}
.AnyTagClassName
{
color: #7F3D5A;
}
</style>
background-color css
<style>
a { background-color: #7F3D5A; }
a { background-color: rgb(127,61,90); }
div.DivClassName
{
background-color: #7F3D5A;
}
.BgClassName
{
background-color: #7F3D5A;
}
</style>
border-color css
<style>
span { border-color: #7F3D5A; }
span { border-color: rgb(127,61,90); }
td.TdClassName
{
border-color: #7F3D5A;
}
.TagClassName
{
border-color: #7F3D5A;
}
</style>