Shades of Cosmic #7F415A
Tints of Cosmic #7F415A
RGB
CMYK
RGB Variations
Color information
#7F415A (or 0x7F415A) is known color: Cosmic. HEX triplet: 7F, 41 and 5A. RGB value is (127,65,90). Sum of RGB (Red+Green+Blue) = 127+65+90=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F415A is #80BEA5. Grayscale: #565656. Windows color (decimal): -8437414 or 5915007. OLE color: 5915007.
HSL color Cylindrical-coordinate representation of color #7F415A: hue angle of 335.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F415A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 90 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.50 |
| HSL | 335.81º | 0.32% | 0.38% | - |
| HSV(B) | 335.81º | 0.49% | 0.5% | - |
| XYZ | 12.49 | 9.03 | 10.76 | - |
| YUV | 86.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 90 | 0 | 0.49 | 0.29 | 0.50 | 335.81 | 0.32 | 0.38 |
| Hex | 7F | 41 | 5A | 0 | 31 | 1D | 32 | 150 | 20 | 26 |
| Octal | 177 | 101 | 132 | 0 | 61 | 35 | 62 | 520 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1011010 | 0 | 110001 | 11101 | 110010 | 101010000 | 100000 | 100110 |
Color Harmonies of #7F415A
Complementary color
Monochromatic Colors of #7F415A
Black with #7F415A
Text Example
Text Example
White with #7F415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F415A; }
p { color: rgb(127,65,90); }
H1.HeaderClassName
{
color: #7F415A;
}
.AnyTagClassName
{
color: #7F415A;
}
</style>
background-color css
<style>
a { background-color: #7F415A; }
a { background-color: rgb(127,65,90); }
div.DivClassName
{
background-color: #7F415A;
}
.BgClassName
{
background-color: #7F415A;
}
</style>
border-color css
<style>
span { border-color: #7F415A; }
span { border-color: rgb(127,65,90); }
td.TdClassName
{
border-color: #7F415A;
}
.TagClassName
{
border-color: #7F415A;
}
</style>