Shades of Cosmic #7F4B6D
Tints of Cosmic #7F4B6D
RGB
CMYK
RGB Variations
Color information
#7F4B6D (or 0x7F4B6D) is known color: Cosmic. HEX triplet: 7F, 4B and 6D. RGB value is (127,75,109). Sum of RGB (Red+Green+Blue) = 127+75+109=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4B6D is #80B492. Grayscale: #5E5E5E. Windows color (decimal): -8434835 or 7162751. OLE color: 7162751.
HSL color Cylindrical-coordinate representation of color #7F4B6D: hue angle of 320.77º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F4B6D is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 75 | 109 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.50 |
| HSL | 320.77º | 0.26% | 0.4% | - |
| HSV(B) | 320.77º | 0.41% | 0.5% | - |
| XYZ | 14.03 | 10.65 | 15.78 | - |
| YUV | 94.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 109 | 0 | 0.41 | 0.14 | 0.50 | 320.77 | 0.26 | 0.4 |
| Hex | 7F | 4B | 6D | 0 | 29 | E | 32 | 141 | 1A | 28 |
| Octal | 177 | 113 | 155 | 0 | 51 | 16 | 62 | 501 | 32 | 50 |
| Binary | 1111111 | 1001011 | 1101101 | 0 | 101001 | 1110 | 110010 | 101000001 | 11010 | 101000 |
Color Harmonies of #7F4B6D
Complementary color
Monochromatic Colors of #7F4B6D
Black with #7F4B6D
Text Example
Text Example
White with #7F4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4B6D; }
p { color: rgb(127,75,109); }
H1.HeaderClassName
{
color: #7F4B6D;
}
.AnyTagClassName
{
color: #7F4B6D;
}
</style>
background-color css
<style>
a { background-color: #7F4B6D; }
a { background-color: rgb(127,75,109); }
div.DivClassName
{
background-color: #7F4B6D;
}
.BgClassName
{
background-color: #7F4B6D;
}
</style>
border-color css
<style>
span { border-color: #7F4B6D; }
span { border-color: rgb(127,75,109); }
td.TdClassName
{
border-color: #7F4B6D;
}
.TagClassName
{
border-color: #7F4B6D;
}
</style>