Shades of Cosmic #7F4469
Tints of Cosmic #7F4469
RGB
CMYK
RGB Variations
Color information
#7F4469 (or 0x7F4469) is known color: Cosmic. HEX triplet: 7F, 44 and 69. RGB value is (127,68,105). Sum of RGB (Red+Green+Blue) = 127+68+105=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4469 is #80BB96. Grayscale: #595959. Windows color (decimal): -8436631 or 6898815. OLE color: 6898815.
HSL color Cylindrical-coordinate representation of color #7F4469: hue angle of 322.37º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4469 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 68 | 105 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.50 |
| HSL | 322.37º | 0.3% | 0.38% | - |
| HSV(B) | 322.37º | 0.46% | 0.5% | - |
| XYZ | 13.37 | 9.67 | 14.53 | - |
| YUV | 89.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 105 | 0 | 0.46 | 0.17 | 0.50 | 322.37 | 0.3 | 0.38 |
| Hex | 7F | 44 | 69 | 0 | 2E | 11 | 32 | 142 | 1E | 26 |
| Octal | 177 | 104 | 151 | 0 | 56 | 21 | 62 | 502 | 36 | 46 |
| Binary | 1111111 | 1000100 | 1101001 | 0 | 101110 | 10001 | 110010 | 101000010 | 11110 | 100110 |
Color Harmonies of #7F4469
Complementary color
Monochromatic Colors of #7F4469
Black with #7F4469
Text Example
Text Example
White with #7F4469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4469; }
p { color: rgb(127,68,105); }
H1.HeaderClassName
{
color: #7F4469;
}
.AnyTagClassName
{
color: #7F4469;
}
</style>
background-color css
<style>
a { background-color: #7F4469; }
a { background-color: rgb(127,68,105); }
div.DivClassName
{
background-color: #7F4469;
}
.BgClassName
{
background-color: #7F4469;
}
</style>
border-color css
<style>
span { border-color: #7F4469; }
span { border-color: rgb(127,68,105); }
td.TdClassName
{
border-color: #7F4469;
}
.TagClassName
{
border-color: #7F4469;
}
</style>