Shades of Cosmic #7F3663
Tints of Cosmic #7F3663
RGB
CMYK
RGB Variations
Color information
#7F3663 (or 0x7F3663) is known color: Cosmic. HEX triplet: 7F, 36 and 63. RGB value is (127,54,99). Sum of RGB (Red+Green+Blue) = 127+54+99=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3663 is #80C99C. Grayscale: #505050. Windows color (decimal): -8440221 or 6502015. OLE color: 6502015.
HSL color Cylindrical-coordinate representation of color #7F3663: hue angle of 323.01º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3663 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 99 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.50 |
| HSL | 323.01º | 0.4% | 0.35% | - |
| HSV(B) | 323.01º | 0.57% | 0.5% | - |
| XYZ | 12.32 | 8.05 | 12.71 | - |
| YUV | 80.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 99 | 0 | 0.57 | 0.22 | 0.50 | 323.01 | 0.4 | 0.35 |
| Hex | 7F | 36 | 63 | 0 | 39 | 16 | 32 | 143 | 28 | 23 |
| Octal | 177 | 66 | 143 | 0 | 71 | 26 | 62 | 503 | 50 | 43 |
| Binary | 1111111 | 110110 | 1100011 | 0 | 111001 | 10110 | 110010 | 101000011 | 101000 | 100011 |
Color Harmonies of #7F3663
Complementary color
Monochromatic Colors of #7F3663
Black with #7F3663
Text Example
Text Example
White with #7F3663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3663; }
p { color: rgb(127,54,99); }
H1.HeaderClassName
{
color: #7F3663;
}
.AnyTagClassName
{
color: #7F3663;
}
</style>
background-color css
<style>
a { background-color: #7F3663; }
a { background-color: rgb(127,54,99); }
div.DivClassName
{
background-color: #7F3663;
}
.BgClassName
{
background-color: #7F3663;
}
</style>
border-color css
<style>
span { border-color: #7F3663; }
span { border-color: rgb(127,54,99); }
td.TdClassName
{
border-color: #7F3663;
}
.TagClassName
{
border-color: #7F3663;
}
</style>