Shades of Cosmic #7F4B6E
Tints of Cosmic #7F4B6E
RGB
CMYK
RGB Variations
Color information
#7F4B6E (or 0x7F4B6E) is known color: Cosmic. HEX triplet: 7F, 4B and 6E. RGB value is (127,75,110). Sum of RGB (Red+Green+Blue) = 127+75+110=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4B6E is #80B491. Grayscale: #5E5E5E. Windows color (decimal): -8434834 or 7228287. OLE color: 7228287.
HSL color Cylindrical-coordinate representation of color #7F4B6E: hue angle of 319.62º 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 #7F4B6E is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 75 | 110 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.50 |
| HSL | 319.62º | 0.26% | 0.4% | - |
| HSV(B) | 319.62º | 0.41% | 0.5% | - |
| XYZ | 14.08 | 10.67 | 16.07 | - |
| YUV | 94.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 110 | 0 | 0.41 | 0.13 | 0.50 | 319.62 | 0.26 | 0.4 |
| Hex | 7F | 4B | 6E | 0 | 29 | D | 32 | 140 | 1A | 28 |
| Octal | 177 | 113 | 156 | 0 | 51 | 15 | 62 | 500 | 32 | 50 |
| Binary | 1111111 | 1001011 | 1101110 | 0 | 101001 | 1101 | 110010 | 101000000 | 11010 | 101000 |
Color Harmonies of #7F4B6E
Complementary color
Monochromatic Colors of #7F4B6E
Black with #7F4B6E
Text Example
Text Example
White with #7F4B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4B6E; }
p { color: rgb(127,75,110); }
H1.HeaderClassName
{
color: #7F4B6E;
}
.AnyTagClassName
{
color: #7F4B6E;
}
</style>
background-color css
<style>
a { background-color: #7F4B6E; }
a { background-color: rgb(127,75,110); }
div.DivClassName
{
background-color: #7F4B6E;
}
.BgClassName
{
background-color: #7F4B6E;
}
</style>
border-color css
<style>
span { border-color: #7F4B6E; }
span { border-color: rgb(127,75,110); }
td.TdClassName
{
border-color: #7F4B6E;
}
.TagClassName
{
border-color: #7F4B6E;
}
</style>