Shades of Cosmic #7F3B5E
Tints of Cosmic #7F3B5E
RGB
CMYK
RGB Variations
Color information
#7F3B5E (or 0x7F3B5E) is known color: Cosmic. HEX triplet: 7F, 3B and 5E. RGB value is (127,59,94). Sum of RGB (Red+Green+Blue) = 127+59+94=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3B5E is #80C4A1. Grayscale: #535353. Windows color (decimal): -8438946 or 6175615. OLE color: 6175615.
HSL color Cylindrical-coordinate representation of color #7F3B5E: hue angle of 329.12º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3B5E is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
RGB | 127 | 59 | 94 | - |
CMYK | 0 | 0.54 | 0.26 | 0.50 |
HSL | 329.12º | 0.37% | 0.36% | - |
HSV(B) | 329.12º | 0.54% | 0.5% | - |
XYZ | 12.34 | 8.45 | 11.57 | - |
YUV | 83.32 | 134.03 | 159.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 59 | 94 | 0 | 0.54 | 0.26 | 0.50 | 329.12 | 0.37 | 0.36 |
Hex | 7F | 3B | 5E | 0 | 36 | 1A | 32 | 149 | 25 | 24 |
Octal | 177 | 73 | 136 | 0 | 66 | 32 | 62 | 511 | 45 | 44 |
Binary | 1111111 | 111011 | 1011110 | 0 | 110110 | 11010 | 110010 | 101001001 | 100101 | 100100 |
Color Harmonies of #7F3B5E
Complementary color
Monochromatic Colors of #7F3B5E
Black with #7F3B5E
Text Example
Text Example
White with #7F3B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3B5E; }
p { color: rgb(127,59,94); }
H1.HeaderClassName
{
color: #7F3B5E;
}
.AnyTagClassName
{
color: #7F3B5E;
}
</style>
background-color css
<style>
a { background-color: #7F3B5E; }
a { background-color: rgb(127,59,94); }
div.DivClassName
{
background-color: #7F3B5E;
}
.BgClassName
{
background-color: #7F3B5E;
}
</style>
border-color css
<style>
span { border-color: #7F3B5E; }
span { border-color: rgb(127,59,94); }
td.TdClassName
{
border-color: #7F3B5E;
}
.TagClassName
{
border-color: #7F3B5E;
}
</style>