Shades of Cosmic #7F3C63
Tints of Cosmic #7F3C63
RGB
CMYK
RGB Variations
Color information
#7F3C63 (or 0x7F3C63) is known color: Cosmic. HEX triplet: 7F, 3C and 63. RGB value is (127,60,99). Sum of RGB (Red+Green+Blue) = 127+60+99=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3C63 is #80C39C. Grayscale: #545454. Windows color (decimal): -8438685 or 6503551. OLE color: 6503551.
HSL color Cylindrical-coordinate representation of color #7F3C63: hue angle of 325.07º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F3C63 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 99 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.50 |
| HSL | 325.07º | 0.36% | 0.37% | - |
| HSV(B) | 325.07º | 0.53% | 0.5% | - |
| XYZ | 12.62 | 8.64 | 12.81 | - |
| YUV | 84.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 99 | 0 | 0.53 | 0.22 | 0.50 | 325.07 | 0.36 | 0.37 |
| Hex | 7F | 3C | 63 | 0 | 35 | 16 | 32 | 145 | 24 | 25 |
| Octal | 177 | 74 | 143 | 0 | 65 | 26 | 62 | 505 | 44 | 45 |
| Binary | 1111111 | 111100 | 1100011 | 0 | 110101 | 10110 | 110010 | 101000101 | 100100 | 100101 |
Color Harmonies of #7F3C63
Complementary color
Monochromatic Colors of #7F3C63
Black with #7F3C63
Text Example
Text Example
White with #7F3C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C63; }
p { color: rgb(127,60,99); }
H1.HeaderClassName
{
color: #7F3C63;
}
.AnyTagClassName
{
color: #7F3C63;
}
</style>
background-color css
<style>
a { background-color: #7F3C63; }
a { background-color: rgb(127,60,99); }
div.DivClassName
{
background-color: #7F3C63;
}
.BgClassName
{
background-color: #7F3C63;
}
</style>
border-color css
<style>
span { border-color: #7F3C63; }
span { border-color: rgb(127,60,99); }
td.TdClassName
{
border-color: #7F3C63;
}
.TagClassName
{
border-color: #7F3C63;
}
</style>